diff options
Diffstat (limited to 'app/models/extensions/with-root-store.ts')
-rw-r--r-- | app/models/extensions/with-root-store.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/extensions/with-root-store.ts b/app/models/extensions/with-root-store.ts index eff769c..72ab478 100644 --- a/app/models/extensions/with-root-store.ts +++ b/app/models/extensions/with-root-store.ts @@ -1,5 +1,5 @@ -import { getRoot, IStateTreeNode } from "mobx-state-tree" -import { RootStoreModel } from "../root-store/root-store" +import { getRoot, IStateTreeNode } from 'mobx-state-tree' +import { RootStoreModel } from '../root-store/root-store' /** * Adds a rootStore property to the node for a convenient |