We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481fccd commit 356e379Copy full SHA for 356e379
1 file changed
src/frontend/src/components/ReactHookEditableList.tsx
@@ -1,7 +1,6 @@
1
import { Grid, Button, IconButton, TextField, Typography, Stack, InputLabel, Box } from '@mui/material';
2
import DeleteIcon from '@mui/icons-material/Delete';
3
import { FieldArrayWithId, UseFieldArrayRemove, UseFormRegister, UseFieldArrayAppend } from 'react-hook-form';
4
-import { Title } from '@mui/icons-material';
5
6
interface ReactHookEditableListProps {
7
name: string;
0 commit comments