Disable SSR and add load function

This commit is contained in:
Andrea Fazzi 2023-07-05 18:29:16 +02:00
parent e16666bf91
commit 381a4973c9
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,8 @@
import '../app.postcss';
import { AppShell, AppBar, AppRail, AppRailTile, AppRailAnchor } from '@skeletonlabs/skeleton';
let currentTile;
let currentTile;
</script>
<!-- App Shell -->

View file

@ -1,5 +1,5 @@
<script lang="ts">
import QuizCard from "$lib/components/QuizCard.svelte"
import QuizCard from "$lib/components/QuizCard.svelte"
</script>
<div class="h-full flex flex-col">