export const useSettingsStore = defineStore("settings", { state: () => ({}), actions: {}, });