summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/framework/src/services/index.ts
blob: 2bff79ac62dc153d27432d1b3b6ccf906f63e417 (plain)
1
2
3
4
export { applicationManager } from './applicationManager';
export { subscribe, unsubscribe } from './notificationService';
export { requestRest } from './restService';