@@ -5,7 +5,7 @@ import { Friends } from "./views/friends";
55import { History } from "./views/history" ;
66import { Live } from "./views/live" ;
77import { Readme } from "./views/readme/readme" ;
8- import { Result } from "./views/result " ;
8+ import { Results } from "./views/results " ;
99import { SymbolButton } from "./domains/ui/components/buttons/symbol-button" ;
1010import { TimeTrialPlayer } from "./domains/time-trial/components/time-trial-player" ;
1111import { ValibotImportButton } from "./domains/database/components/valibot-import-button/valibot-import-button" ;
@@ -49,7 +49,7 @@ export const AppRoutes: Component = () => {
4949 < header >
5050 < nav class = { sNav } >
5151 < A href = "/live" > Live</ A >
52- < A href = "/result" > Result </ A >
52+ < A href = "/results" > Results </ A >
5353 < A href = "/world-records" > World Records</ A >
5454 < A href = "/history" > History</ A >
5555 < A href = "/friends" > Friends</ A >
@@ -81,7 +81,7 @@ export const AppRoutes: Component = () => {
8181 return (
8282 < Route component = { AppWrapper } >
8383 < Route path = "live" component = { Live } />
84- < Route path = "result " component = { Result } />
84+ < Route path = "results " component = { Results } />
8585 < Route path = "world-records" component = { WorldRecords } />
8686 < Route path = "history" component = { History } />
8787 < Route path = "friends" component = { Friends } />
0 commit comments