diff options
Diffstat (limited to 'src/views/nodes/ImageBox.tsx')
-rw-r--r-- | src/views/nodes/ImageBox.tsx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/views/nodes/ImageBox.tsx b/src/views/nodes/ImageBox.tsx deleted file mode 100644 index 566e5716e..000000000 --- a/src/views/nodes/ImageBox.tsx +++ /dev/null @@ -1,20 +0,0 @@ -import 'react-image-lightbox/style.css'; -import "./ImageBox.scss"; -import React = require("react") -import { FieldViewProps, FieldView } from './FieldView'; -import { observer } from "mobx-react" -import { observable, action } from 'mobx'; -import 'react-pdf/dist/Page/AnnotationLayer.css' -//@ts-ignore -import { Document, Page, PDFPageProxy, PageAnnotation} from "react-pdf"; -import { Utils } from '../../Utils'; -import { Sticky } from './Sticky'; -import { Annotation } from './Annotation'; - -/** PDF has been moved to PDFNode now. This is now a dummy ImageBox that should be replaced with current - * ImageBox. - */ -@observer -export class ImageBox extends React.Component<FieldViewProps> { - public static LayoutString() { return FieldView.LayoutString("ImageBox"); } -}
\ No newline at end of file |