Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamyadavrgipt committed Oct 1, 2024
1 parent 37ec4e6 commit ef0634f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion src/pages/settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ const Settings = () => {
);
};

export default Settings;
export default settings;

0 comments on commit ef0634f

Please sign in to comment.