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
@@ -6,7 +6,7 @@
<script lang="ts">
import * as Sentry from '@sentry/browser';
import { navbarVisible } from '$lib/stores';
import { browser } from '$app/env';
import { browser } from '$app/environment';
import Cookies from 'js-cookie';
import { getLocalization } from '$lib/i18n';
import Footer from '$lib/footer.svelte';