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