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 */}