From d713f76d0a01eb9c7de4fec1170ea440e77b60b5 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Wed, 24 May 2023 20:04:09 +0200 Subject: [PATCH] :ambulance: Fixed game start not working --- frontend/src/routes/dashboard/+page.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/routes/dashboard/+page.svelte b/frontend/src/routes/dashboard/+page.svelte index 2507a42..bfb2a15 100644 --- a/frontend/src/routes/dashboard/+page.svelte +++ b/frontend/src/routes/dashboard/+page.svelte @@ -13,6 +13,7 @@ import BrownButton from '$lib/components/buttons/brown.svelte'; import type { PageData } from './$types'; import { fly } from 'svelte/transition'; + import StartGamePopup from '$lib/dashboard/start_game.svelte'; // import GrayButton from "$lib/components/buttons/gray.svelte"; @@ -272,3 +273,6 @@ {/await}