Skip to content

Commit 530481a

Browse files
committed
#2493: removed unused imports
1 parent f8ce0ea commit 530481a

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

src/frontend/src/pages/ProjectDetailPage/DeleteProjectView.tsx

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,11 @@
44
*/
55

66
import { WbsNumber, wbsPipe } from 'shared';
7-
import {
8-
Dialog,
9-
DialogActions,
10-
DialogContent,
11-
DialogTitle,
12-
FormControl,
13-
FormLabel,
14-
IconButton,
15-
Typography
16-
} from '@mui/material';
7+
import { FormControl, FormLabel, Typography } from '@mui/material';
178
import { useForm } from 'react-hook-form';
18-
import NERSuccessButton from '../../components/NERSuccessButton';
199
import * as yup from 'yup';
2010
import { yupResolver } from '@hookform/resolvers/yup';
21-
import NERFailButton from '../../components/NERFailButton';
2211
import ReactHookTextField from '../../components/ReactHookTextField';
23-
import CloseIcon from '@mui/icons-material/Close';
2412
import { DeleteProjectInputs } from './DeleteProject';
2513
import NERFormModal from '../../components/NERFormModal';
2614

0 commit comments

Comments
 (0)