aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/KeyValuePair.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/KeyValuePair.tsx
parentcf6949fd114c2619caeaeda0652b1f3a36a69d99 (diff)
switched to a lightbox package that has rotation
Diffstat (limited to 'src/client/views/nodes/KeyValuePair.tsx')
-rw-r--r--src/client/views/nodes/KeyValuePair.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/KeyValuePair.tsx b/src/client/views/nodes/KeyValuePair.tsx
index 4e1390200..67d33845d 100644
--- a/src/client/views/nodes/KeyValuePair.tsx
+++ b/src/client/views/nodes/KeyValuePair.tsx
@@ -1,6 +1,5 @@
import { action, 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, Opt } from '../../../new_fields/Doc';
import { emptyFunction, returnFalse, returnOne, returnZero } from '../../../Utils';
import { Docs } from '../../documents/Documents';