chore: cleanup

This commit is contained in:
karishmas6
2024-07-22 16:49:39 +05:30
parent c3f45b35f3
commit df6f3679f8

View File

@@ -12,7 +12,6 @@ interface ConfirmationBoxProps {
onNo: () => void; onNo: () => void;
} }
// New component for the confirmation box inside the modal
const ConfirmationBox = ({ selector, onYes, onNo }: ConfirmationBoxProps) => { const ConfirmationBox = ({ selector, onYes, onNo }: ConfirmationBoxProps) => {
return ( return (
<Box sx={{ textAlign: 'center' }}> <Box sx={{ textAlign: 'center' }}>