From 2879881d55fb2b8afb6f5b29f38e8b8fe5ad5605 Mon Sep 17 00:00:00 2001 From: Amin Ghasempoor Date: Sun, 23 Jul 2023 15:28:11 +0330 Subject: [PATCH] debug errors --- src/core/components/notifications/WarningNotification.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {