Deck version update

This commit is contained in:
gitea
2026-02-14 10:59:22 +01:00
parent 32c786fa24
commit 6009ce5ec2
14 changed files with 1008 additions and 143 deletions
+4
View File
@@ -0,0 +1,4 @@
import { writable } from 'svelte/store';
/** 'my-decks' | 'community' | null - used by Navbar to highlight the correct menu item. */
export const navContext = writable(null);