Jofthomas commited on
Commit
72c86f2
·
verified ·
1 Parent(s): c79ad95

Update src/components/Game.tsx

Browse files
Files changed (1) hide show
  1. src/components/Game.tsx +1 -1
src/components/Game.tsx CHANGED
@@ -19,7 +19,7 @@ import VotingPopover from './LLMVote.tsx';
19
  import { createPortal } from 'react-dom';
20
  import GameVote from './GameVote.tsx';
21
  import { EndGame } from './EndGame.tsx';
22
- import { LOBBY_SIZE } from '../constants';
23
 
24
  export const SHOW_DEBUG_UI = !!import.meta.env.VITE_SHOW_DEBUG_UI;
25
  const oauth = JSON.parse(localStorage.getItem('oauth'));
 
19
  import { createPortal } from 'react-dom';
20
  import GameVote from './GameVote.tsx';
21
  import { EndGame } from './EndGame.tsx';
22
+ import { LOBBY_SIZE } from '../../convex/constants';
23
 
24
  export const SHOW_DEBUG_UI = !!import.meta.env.VITE_SHOW_DEBUG_UI;
25
  const oauth = JSON.parse(localStorage.getItem('oauth'));