aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
diff options
context:
space:
mode:
authorBrandon <brandon_li@brown.edu>2019-03-05 18:47:19 -0500
committerBrandon <brandon_li@brown.edu>2019-03-05 18:47:19 -0500
commit6b52b5d97ec5bf49923801e0b04a67925a37eda8 (patch)
tree4074d39298171828a840585e8e48672a8c0d079b /src/client/views/nodes/DocumentView.tsx
parent77dc4aa8b5033d8c7896809d1417ed8305de1421 (diff)
Finished kvp again
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r--src/client/views/nodes/DocumentView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx
index e01e1d4cd..5ce8bb637 100644
--- a/src/client/views/nodes/DocumentView.tsx
+++ b/src/client/views/nodes/DocumentView.tsx
@@ -1,4 +1,4 @@
-import { action, computed } from "mobx";
+import { action, computed } from "mobx"
import { observer } from "mobx-react";
import { Document } from "../../../fields/Document";
import { Field, FieldWaiting, Opt } from "../../../fields/Field";