Files
drop-app/shared/composables/app-state.ts
2025-09-23 18:05:35 +10:00

3 lines
115 B
TypeScript

import type { AppState } from "~/types";
export const useAppState = () => useState<AppState | undefined>("state");