diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-16 07:46:55 -0500 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-16 07:46:55 -0500 |
| commit | 3c71a4b9c727f8eee8631b46b28c010682608f13 (patch) | |
| tree | 461dbe3b4ac666d6ddc2c736d9b024dfcbc85275 /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | 32b197fd3a0340d01a4b432d7815a14eefda0a97 (diff) | |
Fixed server and added a field debug viewer
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index 2d5bd6c99..8a1e21847 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -11,7 +11,7 @@ import { CollectionViewBase } from "./CollectionViewBase"; import { DocumentView } from "../nodes/DocumentView"; import { EditableView } from "../EditableView"; import { CompileScript, ToField } from "../../util/Scripting"; -import { KeyStore as KS, Key } from "../../../fields/Key"; +import { KeyStore as KS } from "../../../fields/KeyStore"; import { Document } from "../../../fields/Document"; import { Field } from "../../../fields/Field"; |
