From 4a8898fd58b47f96dd8f1ee6256e679fe5d020f2 Mon Sep 17 00:00:00 2001 From: Charlotte Date: Mon, 11 Dec 2023 13:50:12 -0500 Subject: [PATCH] s --- front-end/src/components/common/bottomNavBar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-end/src/components/common/bottomNavBar.jsx b/front-end/src/components/common/bottomNavBar.jsx index b2c91cc..be144ed 100644 --- a/front-end/src/components/common/bottomNavBar.jsx +++ b/front-end/src/components/common/bottomNavBar.jsx @@ -1,5 +1,5 @@ import { useLocation, useNavigate } from "react-router-dom" -import Logo from "./logo" +import Logo from "./Logo" const BottomNavBar = () => { const navigate = useNavigate();