@@ -5,9 +5,9 @@ import { Friends } from "./views/friends";
55import { History } from "./views/history" ;
66import { Live } from "./views/live" ;
77import { Readme } from "./views/readme/readme" ;
8- import { Results } from "./views/results" ;
98import { SymbolButton } from "./domains/ui/components/buttons/symbol-button" ;
109import { TimeTrialPlayer } from "./domains/time-trial/components/time-trial-player" ;
10+ import { Timesheet } from "./views/timesheet" ;
1111import { ValibotImportButton } from "./domains/database/components/valibot-import-button/valibot-import-button" ;
1212import { WorldRecords } from "./views/world-records" ;
1313import { css } from "@emotion/css" ;
@@ -49,7 +49,7 @@ export const AppRoutes: Component = () => {
4949 < header >
5050 < nav class = { sNav } >
5151 < A href = "/live" > Live</ A >
52- < A href = "/results" > Results </ A >
52+ < A href = "/timesheet" > Timesheet </ 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 = "results " component = { Results } />
84+ < Route path = "Timesheet " component = { Timesheet } />
8585 < Route path = "world-records" component = { WorldRecords } />
8686 < Route path = "history" component = { History } />
8787 < Route path = "friends" component = { Friends } />
0 commit comments