Disable SSR and add load function
This commit is contained in:
parent
e16666bf91
commit
381a4973c9
2 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,8 @@
|
||||||
import '../app.postcss';
|
import '../app.postcss';
|
||||||
import { AppShell, AppBar, AppRail, AppRailTile, AppRailAnchor } from '@skeletonlabs/skeleton';
|
import { AppShell, AppBar, AppRail, AppRailTile, AppRailAnchor } from '@skeletonlabs/skeleton';
|
||||||
|
|
||||||
let currentTile;
|
let currentTile;
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- App Shell -->
|
<!-- App Shell -->
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import QuizCard from "$lib/components/QuizCard.svelte"
|
import QuizCard from "$lib/components/QuizCard.svelte"
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="h-full flex flex-col">
|
<div class="h-full flex flex-col">
|
||||||
|
|
Loading…
Reference in a new issue