diff --git a/src/App.jsx b/src/App.jsx index 94f8d27..af218a6 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -15,6 +15,8 @@ import GovernancePage from './pages/GovernancePage' import SettingsPage from './pages/SettingsPage' import Footer from './components/layout/Footer' import Support from './pages/Support' +import BackToTop from './components/layout/BackToTop' + function Layout({ children }) { return ( @@ -22,6 +24,7 @@ function Layout({ children }) {
{children}
+