feat(settings): screen setup

This commit is contained in:
2025-11-24 11:16:47 +01:00
parent a825c472b4
commit 11efbe7a38
9 changed files with 297 additions and 0 deletions

5
app/stores/settings.ts Normal file
View File

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