This commit is contained in:
Timothy Jaeryang Baek
2025-12-02 10:25:38 -05:00
parent 6ce9afd95d
commit 29236aefe8

View File

@@ -9,11 +9,7 @@
import { page } from '$app/stores';
import { fade } from 'svelte/transition';
import { getKnowledgeBases } from '$lib/apis/knowledge';
import { getFunctions } from '$lib/apis/functions';
import { getModels, getToolServersData, getVersionUpdates } from '$lib/apis';
import { getAllTags } from '$lib/apis/chats';
import { getPrompts } from '$lib/apis/prompts';
import { getTools } from '$lib/apis/tools';
import { getBanners } from '$lib/apis/configs';
import { getUserSettings } from '$lib/apis/users';