Commit 549408d8 authored by Danny Liu's avatar Danny Liu
Browse files

Add setContext import to +layout.svelte

parent f25a967a
<script>
import { onMount, tick } from 'svelte';
import { onMount, tick, setContext } from 'svelte';
import { config, user, setTheme, WEBUI_NAME } from '$lib/stores';
import { goto } from '$app/navigation';
import { Toaster, toast } from 'svelte-sonner';
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment