import { Routes, Route } from 'react-router-dom' import { Layout } from './components' import { Home, NewRun, RunList, RunDashboard, RunEncounters } from './pages' function App() { return ( }> } /> } /> } /> } /> } /> ) } export default App