Skip to content

Commit d73ded7

Browse files
committed
#1324 removed uneccessary imports
1 parent a3e6611 commit d73ded7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/components/ReactHookEditableList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Grid, Button, IconButton, TextField, Stack, InputLabel, Box } from '@mui/material';
1+
import { Grid, IconButton, TextField, InputLabel, Box } from '@mui/material';
22
import DeleteIcon from '@mui/icons-material/Delete';
33
import { FieldArrayWithId, UseFieldArrayRemove, UseFormRegister, UseFieldArrayAppend } from 'react-hook-form';
44
import { NERButton } from './NERButton';

0 commit comments

Comments
 (0)