diff --git a/src/core/components/notifications/WarningNotification.jsx b/src/core/components/notifications/WarningNotification.jsx index 571a91d..8a2bfa3 100644 --- a/src/core/components/notifications/WarningNotification.jsx +++ b/src/core/components/notifications/WarningNotification.jsx @@ -1,5 +1,5 @@ import ReportIcon from "@mui/icons-material/Report"; -import { Box, Divider, Typography } from "@mui/material"; +import { Box, Typography } from "@mui/material"; import { toast } from "react-toastify"; const WarningNotification = (directionApp, status, t) => {