MNT ESLint issues (#248)

This commit is contained in:
Sabina Talipova 2023-07-10 09:53:48 +12:00 committed by GitHub
parent af27f42f1d
commit 57af611181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import React from 'react';
import TagField from 'components/TagField';
import { Title, Subtitle, Description, Primary, Controls, Stories } from '@storybook/blocks';
const options = [
{ Title: 'One', Value: 1 },

View File

@ -2,8 +2,8 @@
/* global jest, test, describe, beforeEach, it, expect, setTimeout, document */
import React from 'react';
import { Component as TagField } from '../TagField';
import { render } from '@testing-library/react';
import { Component as TagField } from '../TagField';
function makeProps(obj = {}) {
return {