Files
NetMesh/components/systemManager/hooks/useAsyncRecordCache.ts

6 lines
224 B
TypeScript
Raw Normal View History

/** @deprecated Import from `@/application/state/systemManager/useAsyncRecordCache` instead. */
export {
useAsyncRecordCache,
type AsyncRecordState,
} from "../../../application/state/systemManager/useAsyncRecordCache";