Added /explore and /view

This commit is contained in:
Mawoka
2022-04-14 14:20:48 +02:00
parent d43795b35f
commit 5d4ace77a9
17 changed files with 3161 additions and 3854 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<script lang="ts">
import type { Question } from '../../app';
import type { Question } from '$lib/quiz_types';
import { socket } from '$lib/socket';
export let question: Question;