chore: remove unused import

This commit is contained in:
amhsirak
2025-04-01 23:42:42 +05:30
parent e88e244591
commit 973d01755f

View File

@@ -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;