import { BrowserRouter,Routes,Route } from "react-router-dom"; import { Home } from "./views/home.tsx"; export function App() { return ( ) }