aboutsummaryrefslogtreecommitdiff
path: root/src/fields/Document.ts
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-02-07 23:37:46 -0500
committerTyler Schicke <tyler_schicke@brown.edu>2019-02-07 23:37:46 -0500
commit024c5339621fd220d71f0e7ce71055e3055dcfc9 (patch)
tree049cddc1ca1a8fd99bad65bcbe0690a3f51ce0ce /src/fields/Document.ts
parent9b942166ca6b09ce4f310928c3daf8503a63ee5c (diff)
parent8d264be35a511204449c22d0a4b1754e241a3421 (diff)
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into schema
Diffstat (limited to 'src/fields/Document.ts')
-rw-r--r--src/fields/Document.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fields/Document.ts b/src/fields/Document.ts
index e482df622..546c89e04 100644
--- a/src/fields/Document.ts
+++ b/src/fields/Document.ts
@@ -1,4 +1,4 @@
-import { Field, Cast, Opt, FieldWaiting, FIELD_ID, DOC_ID, FieldValue } from "./Field"
+import { Field, Cast, Opt, FieldWaiting, FIELD_ID, FieldValue } from "./Field"
import { Key, KeyStore } from "./Key"
import { NumberField } from "./NumberField";
import { ObservableMap, computed, action, observable } from "mobx";