import { Outlet } from 'react-router-dom'; import Tracker from './components/Tracker'; const App = () => ( <> > ); export default App;