Added practice-mode

This commit is contained in:
Mawoka
2022-09-16 22:26:17 +02:00
parent 98b9747e72
commit f1421d156c
13 changed files with 656 additions and 377 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
import { navbarVisible } from '$lib/stores';
import type { PlayerAnswer, Player } from '$lib/admin.ts';
import SomeAdminScreen from '$lib/admin.svelte';
import { browser } from '$app/env';
import { browser } from '$app/environment';
navbarVisible.set(false);