import "./App.css"; import Home from "./pages/Home/Home"; function App() { return ; } export default App;