Skip to content

Commit caf6137

Browse files
committed
#716 changed Button to NERSuccessButton and removed Button import
1 parent d93751f commit caf6137

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/ChangeRequestDetailPage/ProposedSolutionForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* See the LICENSE file in the repository root folder for details.
44
*/
55

6-
import { Box, Button, Dialog, DialogContent, DialogTitle } from '@mui/material';
6+
import { Box, Dialog, DialogContent, DialogTitle } from '@mui/material';
77
import CloseIcon from '@mui/icons-material/Close';
88
import NERSuccessButton from '../../components/NERSuccessButton';
99
import * as yup from 'yup';

0 commit comments

Comments
 (0)