add easter egg and settings menu
All checks were successful
delpoy / build-and-deploy (push) Successful in 44s
All checks were successful
delpoy / build-and-deploy (push) Successful in 44s
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
import { type Writable, writable } from 'svelte/store';
|
||||
import { persisted } from 'svelte-local-storage-store';
|
||||
import type { Writable } from 'svelte/store';
|
||||
|
||||
export const registered: Writable<{
|
||||
username: string;
|
||||
} | null> = writable(null);
|
||||
export const playAudio: Writable<boolean> = persisted('playAudio', false);
|
||||
|
Reference in New Issue
Block a user