Skip to content

Commit b3b3bbe

Browse files
committed
Fixed Linting Check
1 parent 192ce92 commit b3b3bbe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/frontend/src/components/ReactHookEditableList.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
import { Grid, Button, IconButton, TextField, Typography, Stack, InputLabel, Box } from '@mui/material';
1+
import { Grid, Button, IconButton, TextField, 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)