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