1 2 3 4 5 6 7 8 9
import "./App.css"; import Home from "./pages/Home/Home"; function App() { return <Home />; } export default App;