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