Press n or j to go to the next uncovered block, b, p or k for the previous block.
export const PageRoute = { ROOT: 'ROOT', GAME_PLAY: 'GAME_PLAY' } as const; export type PageRoute = (typeof PageRoute)[keyof typeof PageRoute];