6 lines
224 B
TypeScript
6 lines
224 B
TypeScript
|
|
/** @deprecated Import from `@/application/state/systemManager/useAsyncRecordCache` instead. */
|
||
|
|
export {
|
||
|
|
useAsyncRecordCache,
|
||
|
|
type AsyncRecordState,
|
||
|
|
} from "../../../application/state/systemManager/useAsyncRecordCache";
|