diff --git a/src/App.jsx b/src/App.jsx index 40db272..db3891f 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -8,6 +8,8 @@ import Settings from "./pages/Settings"; import Navbar from "./components/Navbar"; import './App.css' import Footer from "./components/Footer"; +import Settings from './pages/Settings'; // Ensure this path is correct + function App() { return ( diff --git a/src/pages/settings.jsx b/src/pages/settings.jsx index 1ceee9b..96e1f99 100644 --- a/src/pages/settings.jsx +++ b/src/pages/settings.jsx @@ -10,4 +10,4 @@ const Settings = () => { ); }; -export default Settings; +export default settings;