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