From 6686cf1dcd1f24397c63be020058639870a6f938 Mon Sep 17 00:00:00 2001 From: choibk Date: Mon, 19 Jan 2026 19:24:18 +0900 Subject: [PATCH] Fix syntax error in App.jsx --- src/App.jsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 9405077..055c38e 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -12,6 +12,7 @@ import Resources from './pages/Resources'; import News from './pages/News'; import NewsDetail from './pages/NewsDetail'; import ContactPage from './pages/ContactPage'; +import Privacy from './pages/Privacy'; function ScrollToTopComp() { const { pathname } = useLocation(); @@ -35,10 +36,6 @@ function App() { } /> } /> } /> - import Privacy from './pages/Privacy'; - - // ... - } /> } /> } /> {/* Reuse NewsDetail for resources */}