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