export const useAppStore = defineStore("app", { state: () => ({ booted: false, }), });