Spaces:
Sleeping
Sleeping
Update src/components/Game.tsx
Browse files- 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 '
|
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'));
|