aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/framework/src/services/storeService.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/framework/src/services/storeService.ts')
-rw-r--r--sdnr/wt/odlux/framework/src/services/storeService.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/sdnr/wt/odlux/framework/src/services/storeService.ts b/sdnr/wt/odlux/framework/src/services/storeService.ts
deleted file mode 100644
index cbb5987de..000000000
--- a/sdnr/wt/odlux/framework/src/services/storeService.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-import { ApplicationStore } from "../store/applicationStore";
-
-let applicationStore: ApplicationStore | null = null;
-
-export const startSoreService = (store: ApplicationStore) => {
- applicationStore = store;
-};
-
-export const storeService = {
- get applicationStore() { return applicationStore; },
- }; \ No newline at end of file