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/KeyValueBox.tsx | |
parent | cf6949fd114c2619caeaeda0652b1f3a36a69d99 (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.tsx | 1 |
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"; |