mirror of
https://github.com/Drop-OSS/drop-app-kt.git
synced 2026-08-29 00:29:06 -04:00
3 lines
No EOL
103 B
TypeScript
3 lines
No EOL
103 B
TypeScript
import type { AppState } from "~/types";
|
|
|
|
export const useAppState = () => useState<AppState>("state"); |