diff --git a/Frontend/src/App.jsx b/Frontend/src/App.jsx index 648688e..c816918 100644 --- a/Frontend/src/App.jsx +++ b/Frontend/src/App.jsx @@ -1,8 +1,10 @@ import React from 'react' import Body from './components/Body' +import Header from './components/Header' const App = () => { return (