🚨 Fixed linter error

This commit is contained in:
Mawoka
2022-09-01 18:02:12 +02:00
parent 5b5cf02725
commit 857f26aada
-1
View File
@@ -9,7 +9,6 @@
import { get_question_title } from '$lib/admin.ts';
import type { PlayerAnswer } from '$lib/admin.ts';
import { socket } from './socket';
import ShowQuestion from '$lib/play/question.svelte';
export let game_token: string;
export let quiz_data: QuizData;