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