feat(settings): screen setup
This commit is contained in:
5
app/stores/settings.ts
Normal file
5
app/stores/settings.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const useSettingsStore = defineStore("settings", {
|
||||
state: () => ({}),
|
||||
|
||||
actions: {},
|
||||
});
|
||||
Reference in New Issue
Block a user