feat(settings): menu navigation (unanimated)

This commit is contained in:
2025-11-25 00:58:29 +01:00
parent ab2c6f2cc3
commit 9ca86caf46
26 changed files with 258 additions and 2 deletions

View File

@@ -1,5 +1,3 @@
export const useSettingsStore = defineStore("settings", {
state: () => ({}),
actions: {},
});