diff --git a/ui/component/viewers/imageViewer.jsx b/ui/component/viewers/imageViewer.jsx index cb7ffe801..d7a009e74 100644 --- a/ui/component/viewers/imageViewer.jsx +++ b/ui/component/viewers/imageViewer.jsx @@ -2,6 +2,7 @@ import React from 'react'; import Card from 'component/common/card'; import ErrorText from 'component/common/error-text'; +import ZoomableImage from 'component/zoomableImage'; type Props = { source: string, @@ -21,7 +22,7 @@ function ImageViewer(props: Props) { )} {!loadingError && (