Skip to content

Commit f0b9847

Browse files
committed
#1289 - more linter
1 parent 73c014d commit f0b9847

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

src/frontend/src/components/NERAutocomplete.tsx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,7 @@
33
* See the LICENSE file in the repository root folder for details.
44
*/
55

6-
import {
7-
Autocomplete,
8-
AutocompleteRenderInputParams,
9-
InputAdornment,
10-
SxProps,
11-
TextField,
12-
Theme,
13-
useTheme
14-
} from '@mui/material';
15-
import SearchIcon from '@mui/icons-material/Search';
6+
import { Autocomplete, AutocompleteRenderInputParams, SxProps, TextField, Theme, useTheme } from '@mui/material';
167
import { HTMLAttributes } from 'react';
178

189
interface NERAutocompleteProps {

0 commit comments

Comments
 (0)