import { BrowserRouter, Routes, Route } from "react-router-dom"; import Index from "./pages/Index"; const App = () => ( } /> ); export default App;