chore: remove unwanted code

This commit is contained in:
karishmas6
2024-07-24 23:28:15 +05:30
parent ef8411208b
commit 6c11f5afee

View File

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