Files
drop/desktop/main/composables/app-state.ts
T
DecDuck 1a9c7fa791 Move frontend to main folder (#109)
* feat: small refactor

* fix: appimage build script

* fix: add NO_STRIP to AppImage build

* fix: build and dev mode from refactor

* fix: submodule step 1

* fix: submodules step 2
2025-08-05 16:09:47 +10:00

3 lines
115 B
TypeScript

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