diff options
| author | bob <bcz@cs.brown.edu> | 2019-02-01 09:48:17 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-02-01 09:48:17 -0500 |
| commit | 38bd04e67c13d073057321c5ba89a1e1aef02179 (patch) | |
| tree | 388dcd014d786dd913c1e2810593606afdba5be7 /src/stores/RootStore.ts | |
| parent | 4b1e7b1e71f8dbd7a54e2e2f03fcbf813288bc5c (diff) | |
fixed compile errors.
Diffstat (limited to 'src/stores/RootStore.ts')
| -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 { |
