diff options
| author | madelinegr <laura_wilson@brown.edu> | 2019-02-24 18:51:33 -0500 |
|---|---|---|
| committer | madelinegr <laura_wilson@brown.edu> | 2019-02-24 18:51:33 -0500 |
| commit | 68874b882ad9806cf1bf7493bc4efe766ed16ab4 (patch) | |
| tree | 5a081472cb70209401e5cdb2073240b28219b8f9 /src/client/views/collections | |
| parent | 3213d828b4386eabc2ee19b47279d0053958ea2a (diff) | |
test
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index 90cd5a4c0..9cead9558 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -1,7 +1,7 @@ import { observer } from "mobx-react"; import { CollectionViewBase } from "./CollectionViewBase"; import { Document } from "../../../fields/Document"; -import { KeyStore } from "../../../fields/Key"; +import { KeyStore } from "../../../fields/KeyStore"; import { ListField } from "../../../fields/ListField"; @observer |
