import { writable } from "svelte/store"; import type { ModelCard } from "$lib/type"; export const modelStore = writable(undefined);