diff --git a/src/App.jsx b/src/App.jsx index f8eb84b..ac0d502 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,15 +1,15 @@ import React from 'react'; import { Outlet } from 'react-router-dom'; import './App.css'; -import { Navbar } from './components/Navbar'; -import Footer from './components/Footer'; +import Navbar from './components/Navbar'; // make sure default export +import Footer from './components/Footer'; // make sure default export function App() { return ( <> -
- +
+ {/* This is where child routes render */}