diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index c4fee7e2..9f8439b9 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -10,6 +10,9 @@ import { goto, invalidateAll } from '$app/navigation'; import '../app.css'; // *** Import other supporting libraries +import { + RefreshCw, +} from '@lucide/svelte'; // Highlight JS import hljs from 'highlight.js/lib/core'; @@ -352,12 +355,14 @@ $effect(() => { {#if browser && (is_offline || api_unreachable)}