diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-08-06 13:27:47 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-08-06 13:27:47 -0400 |
| commit | 572c4196e0f41ec6bae8cae403812f9b97d5a3c7 (patch) | |
| tree | fda0f824fd6758052872c04b6a5ad12ba16fd20c /src/client/views/nodes/DocumentView.tsx | |
| parent | c21e85d7c34488ca891c34ace84b9c773605986a (diff) | |
post factored out, buxton pivot viewer route
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
| -rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 547d858ce..dbbf95479 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -39,6 +39,7 @@ import { FormattedTextBox } from './FormattedTextBox'; import React = require("react"); import { DictationManager } from '../../util/DictationManager'; import { MainView } from '../MainView'; +import requestPromise = require('request-promise'); const JsxParser = require('react-jsx-parser').default; //TODO Why does this need to be imported like this? library.add(fa.faTrash); |
