Files
pihkaal-me/app/stores/app.ts

6 lines
95 B
TypeScript

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