From 377135187066472dcff4083411602c25ff14784f Mon Sep 17 00:00:00 2001 From: Tamal Das Date: Wed, 7 Feb 2024 18:26:10 +0530 Subject: [PATCH] fix: changes to footer bugs --- src/components/shared/footer/Footer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/shared/footer/Footer.jsx b/src/components/shared/footer/Footer.jsx index f3dc0fef..93fb1a81 100644 --- a/src/components/shared/footer/Footer.jsx +++ b/src/components/shared/footer/Footer.jsx @@ -6,7 +6,7 @@ import { ToastContainer, toast } from "react-toastify"; import "react-toastify/dist/ReactToastify.css"; import solidarity from "../../../assets/pictures/solidarity.png"; import { ReportProblem } from "../../../service/MilanApi"; -import Modal from "../Modal/Modal"; +import Modal from "../modal/Modal"; import Button from "../buttons/globalbutton/Button"; import "./Footer.css";