search page sillies
This commit is contained in:
parent
b7a15753d4
commit
441903800f
11 changed files with 62 additions and 8 deletions
|
@ -1,5 +1,9 @@
|
|||
import type { Snippet } from 'svelte';
|
||||
|
||||
export const globalState: {
|
||||
title?: any
|
||||
title?: Snippet;
|
||||
searchQuery?: string;
|
||||
} = $state({
|
||||
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue