diff options
author | Eleanor Eng <eleanor_eng@brown.edu> | 2019-03-19 17:51:25 -0400 |
---|---|---|
committer | Eleanor Eng <eleanor_eng@brown.edu> | 2019-03-19 17:51:25 -0400 |
commit | 19fca408a19c5f7a759ff6c3bfefe27b96ec3563 (patch) | |
tree | 30ccffc3acd958147427256a1e289f88f0548143 /src/client/views/nodes/ImageBox.tsx | |
parent | 757413b1affeb0e32dbcd0f04ec661cd908a249c (diff) |
contextmenu
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-rw-r--r-- | src/client/views/nodes/ImageBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index 62ecea583..7532e23c8 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -1,4 +1,3 @@ - import { action, observable } from 'mobx'; import { observer } from "mobx-react"; import Lightbox from 'react-image-lightbox'; |