diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 250dda5..8c5ac64 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -80,7 +80,7 @@ function App() { } /> } /> } /> - } /> + } /> diff --git a/frontend/src/components/mobile/Layout.jsx b/frontend/src/components/mobile/Layout.jsx index 72d5071..a6e84f1 100644 --- a/frontend/src/components/mobile/Layout.jsx +++ b/frontend/src/components/mobile/Layout.jsx @@ -1,5 +1,6 @@ import { NavLink, useLocation } from 'react-router-dom'; import { Home, Users, Disc3, Calendar } from 'lucide-react'; +import { useEffect } from 'react'; // 모바일 헤더 컴포넌트 function MobileHeader({ title }) { @@ -30,7 +31,7 @@ function MobileBottomNav() { ]; return ( -