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

8 lines
235 B
TypeScript
Raw Normal View History

/** @deprecated Import from `@/application/state/useSystemManager` instead. */
export {
useStableTranslate,
useSessionCapabilities,
useSystemCapabilitiesWarmup,
usePolling,
} from "../../../application/state/useSystemManager";