File tree Expand file tree Collapse file tree
src/frontend/src/pages/ProjectDetailPage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 */
55
66import { 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' ;
178import { useForm } from 'react-hook-form' ;
18- import NERSuccessButton from '../../components/NERSuccessButton' ;
199import * as yup from 'yup' ;
2010import { yupResolver } from '@hookform/resolvers/yup' ;
21- import NERFailButton from '../../components/NERFailButton' ;
2211import ReactHookTextField from '../../components/ReactHookTextField' ;
23- import CloseIcon from '@mui/icons-material/Close' ;
2412import { DeleteProjectInputs } from './DeleteProject' ;
2513import NERFormModal from '../../components/NERFormModal' ;
2614
You can’t perform that action at this time.
0 commit comments