diff options
author | bobzel <zzzman@gmail.com> | 2023-12-28 13:39:23 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-12-28 13:39:23 -0500 |
commit | df2fc3f11e3b474144db5062620c9f65ca857203 (patch) | |
tree | 1f42a5f33a63c530f2231fdbd42dc930100b736a /src/client/views/nodes/DocumentContentsView.tsx | |
parent | fa6214e763fc341ad355c95424ae76f14450d8ce (diff) |
fixed youtube uploads, cleaned up a bunch of imports and added some typings files.
Diffstat (limited to 'src/client/views/nodes/DocumentContentsView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentContentsView.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/nodes/DocumentContentsView.tsx b/src/client/views/nodes/DocumentContentsView.tsx index 5b2bf4774..fa472312e 100644 --- a/src/client/views/nodes/DocumentContentsView.tsx +++ b/src/client/views/nodes/DocumentContentsView.tsx @@ -47,8 +47,7 @@ import { WebBox } from './WebBox'; import { FormattedTextBox } from './formattedText/FormattedTextBox'; import { ImportElementBox } from './importBox/ImportElementBox'; import { PresBox } from './trails/PresBox'; - -const JsxParser = require('react-jsx-parser').default; //TODO Why does this need to be imported like this? +import JsxParser from 'react-jsx-parser'; type BindingProps = Without<FieldViewProps, 'fieldKey'>; export interface JsxBindings { |