import React from 'react'; import { PluginSlot } from '@openedx/frontend-plugin-framework'; import { ErrorPage } from '@edx/frontend-platform/react'; interface Props { courseId: string; } export const ContentIFrameErrorSlot : React.FC = ({ courseId }: Props) => ( );