remove unused import

This commit is contained in:
fmtabbara
2022-07-05 14:25:53 +01:00
parent 1fc3c9f31c
commit 6bc4d32573
+1 -1
View File
@@ -1,6 +1,6 @@
import React from 'react';
import { FeeDetails } from '@nymproject/types';
import { Box, Button } from '@mui/material';
import { Box } from '@mui/material';
import { SimpleModal } from './Modals/SimpleModal';
import { ModalFee } from './Modals/ModalFee';