diff --git a/src/plugin-slots/ContentIFrameErrorSlot/index.tsx b/src/plugin-slots/ContentIFrameErrorSlot/index.tsx index 1202e4a3..3ec5b721 100644 --- a/src/plugin-slots/ContentIFrameErrorSlot/index.tsx +++ b/src/plugin-slots/ContentIFrameErrorSlot/index.tsx @@ -1,3 +1,5 @@ +import React from 'react'; + import { PluginSlot } from '@openedx/frontend-plugin-framework'; import { ErrorPage } from '@edx/frontend-platform/react';