aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/KeyValueBox.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-10-21 03:20:58 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-10-21 03:20:58 -0400
commiteb95a7e5f5e50970d87ae0fd1f76ee080e7fa169 (patch)
tree395efd2926897b2ef231807a5aa466ab0e46b98e /src/client/views/nodes/KeyValueBox.tsx
parentcf6949fd114c2619caeaeda0652b1f3a36a69d99 (diff)
switched to a lightbox package that has rotation
Diffstat (limited to 'src/client/views/nodes/KeyValueBox.tsx')
-rw-r--r--src/client/views/nodes/KeyValueBox.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/KeyValueBox.tsx b/src/client/views/nodes/KeyValueBox.tsx
index 41d43b8b8..2b46e9dff 100644
--- a/src/client/views/nodes/KeyValueBox.tsx
+++ b/src/client/views/nodes/KeyValueBox.tsx
@@ -1,7 +1,6 @@
import { action, computed, observable } from "mobx";
import { observer } from "mobx-react";
-import 'react-image-lightbox/style.css'; // This only needs to be imported once in your app
import { Doc, Field, FieldResult } from "../../../new_fields/Doc";
import { List } from "../../../new_fields/List";
import { RichTextField } from "../../../new_fields/RichTextField";