diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 68075e3..57bb07d 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -2,12 +2,10 @@ import React from 'react'; import './App.css'; import Navbar from './Navbar/Navbar'; -function App() { +export default function App() { return (