import { BrowserRouter, Route, Routes } from "react-router"; import "./App.scss"; function App() { return ( } /> ); } export default App;