diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 4cac70e..b7593c3 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -3,6 +3,8 @@ import Navigation from "$lib/components/Navigation.svelte"; import { onMount } from "svelte"; import { page } from "$app/stores"; + import { Alert } from "flowbite-svelte"; + import { HammerSolid } from "flowbite-svelte-icons"; // Compute viewport height. $: displayHeight = window.innerHeight; @@ -42,5 +44,11 @@
+ + + + Pardon our dust! The publication view is currently using an experimental loader, and may be unstable. + +