diff options
Diffstat (limited to 'app/models/extensions/with-environment.ts')
-rw-r--r-- | app/models/extensions/with-environment.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/extensions/with-environment.ts b/app/models/extensions/with-environment.ts index 9fe5fd5..1fc190e 100644 --- a/app/models/extensions/with-environment.ts +++ b/app/models/extensions/with-environment.ts @@ -1,5 +1,5 @@ -import { getEnv, IStateTreeNode } from "mobx-state-tree" -import { Environment } from "../environment" +import { getEnv, IStateTreeNode } from 'mobx-state-tree' +import { Environment } from '../environment' /** * Adds a environment property to the node for accessing our |