import type { Snippet } from 'svelte'; export const globalState: { title?: Snippet; searchQuery?: string; } = $state({ })