fix linting warnings

this commit fix some linting warnings that user get when running npm run lint:js:fix command,
some worning comes after big changes to TypeScript
This commit is contained in:
mgold1234 2023-10-25 15:19:21 +03:00 committed by Klara Simickova
parent 536312680d
commit 303e557f07
8 changed files with 13 additions and 94 deletions

View file

@ -1,5 +1,3 @@
import React from 'react';
import '@testing-library/jest-dom';
import { useFlag } from '@unleash/proxy-client-react';

View file

@ -1,5 +1,3 @@
import React from 'react';
import '@testing-library/jest-dom';
import { useFlag } from '@unleash/proxy-client-react';