diff --git a/src/App.jsx b/src/App.jsx index f8eb84b..72f24a8 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -4,6 +4,7 @@ import './App.css'; import { Navbar } from './components/Navbar'; import Footer from './components/Footer'; + function App() { return ( <> @@ -12,6 +13,8 @@ function App() {