diff --git a/apps/web/src/serlo-editor-integration/editor-renderer.tsx b/apps/web/src/serlo-editor-integration/editor-renderer.tsx index d33e8afa51..290dfd32b4 100644 --- a/apps/web/src/serlo-editor-integration/editor-renderer.tsx +++ b/apps/web/src/serlo-editor-integration/editor-renderer.tsx @@ -1,5 +1,6 @@ import { StaticRenderer } from '@editor/static-renderer/static-renderer' import { AnyEditorDocument } from '@editor/types/editor-plugins' +import { SerloOnlyFeaturesContext } from '@editor/utils/serlo-extra-context' export function EditorRenderer({ document, @@ -7,8 +8,10 @@ export function EditorRenderer({ document: unknown }): JSX.Element { return ( -