import { Routes, Route, Navigate } from 'react-router-dom' import AuthGate from './components/AuthGate' import Layout from './components/Layout' import Bookability from './pages/Bookability' import MarketView from './pages/MarketView' import DirectRates from './pages/DirectRates' import RateAnalysis from './pages/RateAnalysis' import Settings from './pages/Settings' export default function App() { return ( } /> } /> } /> } /> } /> } /> } /> } /> } /> ) }