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/Main.tsx | |
parent | 4b1e7b1e71f8dbd7a54e2e2f03fcbf813288bc5c (diff) |
fixed compile errors.
Diffstat (limited to 'src/Main.tsx')
-rw-r--r-- | src/Main.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Main.tsx b/src/Main.tsx index 8c91399b1..cc0f9f9cb 100644 --- a/src/Main.tsx +++ b/src/Main.tsx @@ -2,14 +2,10 @@ import * as React from 'react'; import * as ReactDOM from 'react-dom'; import "./Main.scss"; import "normalize.css" -import { NodeCollectionStore } from './stores/NodeCollectionStore'; -import { StaticTextNodeStore } from './stores/StaticTextNodeStore'; -import { VideoNodeStore } from './stores/VideoNodeStore'; import { Key, KeyStore as KS, KeyStore } from './fields/Key'; import { NumberField } from './fields/NumberField'; import { Document } from './fields/Document'; import { configure, runInAction, action } from 'mobx'; -import { NodeStore } from './stores/NodeStore'; import { Documents } from './documents/Documents'; import { DocumentDecorations } from './DocumentDecorations'; import { CollectionFreeFormView } from './views/collections/CollectionFreeFormView'; |