Skip to content

Commit

Permalink
chore: resolve ESLint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
su-muzhi committed Nov 11, 2024
1 parent 20e01d6 commit f02c24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BaseSelect.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { OptionListProps, RefOptionListProps } from '@/OptionList';
import { fireEvent, render } from '@testing-library/react';
import { forwardRef, act, useState } from 'react';
import { forwardRef, act } from 'react';
import BaseSelect from '../src/BaseSelect';

const OptionList = forwardRef<RefOptionListProps, OptionListProps>(() => (
Expand Down

0 comments on commit f02c24d

Please sign in to comment.