diff --git a/src/App.jsx b/src/App.jsx index 1e534ad..a3aee5d 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,7 +1,6 @@ import { BrowserRouter as Router, Routes, Route } from 'react-router-dom'; import { Suspense, lazy } from 'react'; import Navbar from './components/Navbar'; -import Footer from './components/Footer'; import { Spinner } from '@nextui-org/react'; // Lazy loading of route components @@ -32,9 +31,6 @@ function App() { - - {/* Footer */} -