Skip to content

Commit f02c24d

Browse files
committed
chore: resolve ESLint errors
1 parent 20e01d6 commit f02c24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BaseSelect.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { OptionListProps, RefOptionListProps } from '@/OptionList';
22
import { fireEvent, render } from '@testing-library/react';
3-
import { forwardRef, act, useState } from 'react';
3+
import { forwardRef, act } from 'react';
44
import BaseSelect from '../src/BaseSelect';
55

66
const OptionList = forwardRef<RefOptionListProps, OptionListProps>(() => (

0 commit comments

Comments
 (0)