improve timezone discovery
This commit is contained in:
@@ -16,6 +16,8 @@ const App = () => (
|
||||
<BrowserRouter>
|
||||
<Routes>
|
||||
<Route path="/" element={<Index />} />
|
||||
<Route path="/participants" element={<Index defaultTab="participants" />} />
|
||||
<Route path="/schedule" element={<Index defaultTab="schedule" />} />
|
||||
{/* ADD ALL CUSTOM ROUTES ABOVE THE CATCH-ALL "*" ROUTE */}
|
||||
<Route path="*" element={<NotFound />} />
|
||||
</Routes>
|
||||
|
||||
Reference in New Issue
Block a user