Skip to content

Commit

Permalink
chore: remove Footer component from App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kyziq committed Jan 12, 2024
1 parent ce3c5e3 commit 4bae09d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
4 changes: 0 additions & 4 deletions src/App.jsx
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -32,9 +31,6 @@ function App() {
</Routes>
</Suspense>
</Router>

{/* Footer */}
<Footer />
</div>
);
}
Expand Down
10 changes: 0 additions & 10 deletions src/components/Footer.jsx

This file was deleted.

0 comments on commit 4bae09d

Please sign in to comment.