diff options
author | bob <bcz@cs.brown.edu> | 2019-05-21 12:35:38 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-05-21 12:35:38 -0400 |
commit | a8717e39df75cbd1fd13435ee9028f230a833399 (patch) | |
tree | a17bf828e79e0f20ceb55546915d0bf4be41928e /src/client/views/nodes/ImageBox.tsx | |
parent | 7bafa21e8c37826686a012151674b71631fa9c8b (diff) | |
parent | cfb7fdb1a7b2db263502677e57ee882a6fe23f13 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-rw-r--r-- | src/client/views/nodes/ImageBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index e022793eb..d9d964ee9 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -1,4 +1,4 @@ -import { action, observable } from 'mobx'; +import { action, observable, trace } from 'mobx'; import { observer } from "mobx-react"; import Lightbox from 'react-image-lightbox'; import 'react-image-lightbox/style.css'; // This only needs to be imported once in your app |