diff options
| author | _stanleyyip <33562077+yipstanley@users.noreply.github.com> | 2019-05-14 16:02:37 -0400 |
|---|---|---|
| committer | _stanleyyip <33562077+yipstanley@users.noreply.github.com> | 2019-05-14 16:02:37 -0400 |
| commit | 6df3143ead642356b7823946e9710f840f3faa5a (patch) | |
| tree | 2bc788232476db3844976979b86658e764656a03 /src/client/views/nodes/DocumentContentsView.tsx | |
| parent | b9d32e8e07137484c57f3d1ab89090b27d56cfe6 (diff) | |
argh
Diffstat (limited to 'src/client/views/nodes/DocumentContentsView.tsx')
| -rw-r--r-- | src/client/views/nodes/DocumentContentsView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentContentsView.tsx b/src/client/views/nodes/DocumentContentsView.tsx index f404b7bc6..11df9162a 100644 --- a/src/client/views/nodes/DocumentContentsView.tsx +++ b/src/client/views/nodes/DocumentContentsView.tsx @@ -23,6 +23,7 @@ import { FieldViewProps } from "./FieldView"; import { Without, OmitKeys } from "../../../Utils"; import { Cast, StrCast } from "../../../new_fields/Types"; import { List } from "../../../new_fields/List"; +import { PDFBox2 } from "../pdf/PDFBox2"; const JsxParser = require('react-jsx-parser').default; //TODO Why does this need to be imported like this? type BindingProps = Without<FieldViewProps, 'fieldKey'>; |
