export const SCREEN_VIEW = {
  HOME: 'Home',
  COUNTDOWN: 'Countdown',
  RACE: 'Race',
  GAME_SUMMARY: 'GameSummary',
  INSTRUCTION_VIDEO: 'InstructionVideo',
  BATTLE: 'Battle',
  DEBUG: 'Debug',
} as const;
