From df2fc3f11e3b474144db5062620c9f65ca857203 Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 28 Dec 2023 13:39:23 -0500 Subject: fixed youtube uploads, cleaned up a bunch of imports and added some typings files. --- src/client/views/nodes/DocumentContentsView.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/client/views/nodes/DocumentContentsView.tsx') 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; export interface JsxBindings { -- cgit v1.2.3-70-g09d2