diff --git a/src/components/ui/ConfirmationBox.tsx b/src/components/ui/ConfirmationBox.tsx index b3eb10c2..1e667b03 100644 --- a/src/components/ui/ConfirmationBox.tsx +++ b/src/components/ui/ConfirmationBox.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { Box, Button, IconButton, Stack, Typography } from "@mui/material"; +import { Box, Button, Typography } from "@mui/material"; interface ConfirmationBoxProps { selector: string;