"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "fc2b314c4f12a2481dde31f00f5e6269b8dfa5ff"
Commit 549408d8 authored by Danny Liu's avatar Danny Liu
Browse files

Add setContext import to +layout.svelte

parent f25a967a
<script> <script>
import { onMount, tick } from 'svelte'; import { onMount, tick, setContext } from 'svelte';
import { config, user, setTheme, WEBUI_NAME } from '$lib/stores'; import { config, user, setTheme, WEBUI_NAME } from '$lib/stores';
import { goto } from '$app/navigation'; import { goto } from '$app/navigation';
import { Toaster, toast } from 'svelte-sonner'; 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