🐛 Fixed some minor things

This commit is contained in:
Mawoka
2023-05-24 19:04:02 +02:00
parent d5cb5b1ff5
commit 5d76ee1e01
5 changed files with 22 additions and 32 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
import Editor from '$lib/editor.svelte';
import { getLocalization } from '$lib/i18n';
import { navbarVisible } from '$lib/stores';
import { QuizQuestionType } from '../../lib/quiz_types';
import { QuizQuestionType } from '$lib/quiz_types';
navbarVisible.set(false);