Skip to content

Commit 36220d3

Browse files
committed
chore: clean up
1 parent 4649241 commit 36220d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/SelectInput/Content/MultipleContent.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import * as React from 'react';
2-
import { useState } from 'react';
32
import { clsx } from 'clsx';
43
import Overflow from 'rc-overflow';
54
import Input from '../Input';
@@ -9,7 +8,6 @@ import type { DisplayValueType, RawValueType } from '../../interface';
98
import type { RenderNode, CustomTagProps } from '../../BaseSelect';
109
import TransBtn from '../../TransBtn';
1110
import { getTitle } from '../../utils/commonUtil';
12-
import useLayoutEffect from '@rc-component/util/lib/hooks/useLayoutEffect';
1311
import useBaseProps from '../../hooks/useBaseProps';
1412
import Placeholder from './Placeholder';
1513

0 commit comments

Comments
 (0)