diff options
Diffstat (limited to 'src/stores')
| -rw-r--r-- | src/stores/RootStore.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stores/RootStore.ts b/src/stores/RootStore.ts index 393c52d57..847fb6807 100644 --- a/src/stores/RootStore.ts +++ b/src/stores/RootStore.ts @@ -1,5 +1,4 @@ import { action, observable } from "mobx"; -import { NodeStore } from "./NodeStore"; // This globally accessible store might come in handy, although you may decide that you don't need it. export class RootStore { |
