diff --git a/frontend/src/pages/PlayOptions.tsx b/frontend/src/pages/PlayOptions.tsx index 599a0f9..df10c29 100644 --- a/frontend/src/pages/PlayOptions.tsx +++ b/frontend/src/pages/PlayOptions.tsx @@ -12,12 +12,12 @@ const PlayOptions = () => { console.log('Create Game'); navigate('/game'); }; - + const JoinGame = () => { // Logic to join a game console.log('Join Game with code:', gameCode); }; - + return (