Update 'src/utils/Routing.tsx'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
810df65350
commit
cb63919d40
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export default function Routing() {
|
||||||
<Routes>
|
<Routes>
|
||||||
<Route path='/' element={<CalendarPage />} />
|
<Route path='/' element={<CalendarPage />} />
|
||||||
<Route
|
<Route
|
||||||
path='speed-flowchart/:competitionId/:categoryId'
|
path='/#/speed-flowchart/:competitionId/:categoryId'
|
||||||
element={<SpeedFlowchartPage />}
|
element={<SpeedFlowchartPage />}
|
||||||
></Route>
|
></Route>
|
||||||
</Routes>
|
</Routes>
|
||||||
|
|
Loading…
Reference in a new issue