Skip to content

Commit 356e379

Browse files
committed
#1320 Fix linting error in ReactHookEditableList
1 parent 481fccd commit 356e379

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/frontend/src/components/ReactHookEditableList.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Grid, Button, IconButton, TextField, Typography, Stack, InputLabel, Box } from '@mui/material';
22
import DeleteIcon from '@mui/icons-material/Delete';
33
import { FieldArrayWithId, UseFieldArrayRemove, UseFormRegister, UseFieldArrayAppend } from 'react-hook-form';
4-
import { Title } from '@mui/icons-material';
54

65
interface ReactHookEditableListProps {
76
name: string;

0 commit comments

Comments
 (0)