diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-10-21 03:20:58 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-10-21 03:20:58 -0400 |
commit | eb95a7e5f5e50970d87ae0fd1f76ee080e7fa169 (patch) | |
tree | 395efd2926897b2ef231807a5aa466ab0e46b98e /src/client/views/nodes/KeyValuePair.tsx | |
parent | cf6949fd114c2619caeaeda0652b1f3a36a69d99 (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.tsx | 1 |
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'; |