diff --git a/apps/client/src/widgets/type_widgets/content_widget.ts b/apps/client/src/widgets/type_widgets/content_widget.ts index beb9de272..7f1b675bf 100644 --- a/apps/client/src/widgets/type_widgets/content_widget.ts +++ b/apps/client/src/widgets/type_widgets/content_widget.ts @@ -47,6 +47,9 @@ import type BasicWidget from "../basic_widget.js"; import CodeTheme from "./options/code_notes/code_theme.js"; import RelatedSettings from "./options/appearance/related_settings.js"; import EditorFeaturesOptions from "./options/text_notes/features.js"; +import type { JSX } from "preact/jsx-runtime"; +import AppearanceSettings from "./options/appearance.jsx"; +import { renderReactWidget } from "../react/ReactBasicWidget.jsx"; const TPL = /*html*/`