diff options
author | Brandon <brandon_li@brown.edu> | 2019-03-05 18:47:19 -0500 |
---|---|---|
committer | Brandon <brandon_li@brown.edu> | 2019-03-05 18:47:19 -0500 |
commit | 6b52b5d97ec5bf49923801e0b04a67925a37eda8 (patch) | |
tree | 4074d39298171828a840585e8e48672a8c0d079b /src/client/views/nodes/DocumentView.tsx | |
parent | 77dc4aa8b5033d8c7896809d1417ed8305de1421 (diff) |
Finished kvp again
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 2 |
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"; |