| 1 | import { useSyncExternalStore } from "react"; |
| 2 | import { create, type StoreApi, type UseBoundStore } from "zustand"; |
| 3 | import { immer } from "zustand/middleware/immer"; |
| 4 | import { useAppStore } from "@/react/stores/app"; |
nothing calls this directly
no test coverage detected