mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-09 20:12:14 +10:00
3 lines
103 B
TypeScript
3 lines
103 B
TypeScript
import type { AppState } from "~/types";
|
|
|
|
export const useAppState = () => useState<AppState>("state"); |