From 1d5484ff1d47da354b10f334e2376cf8136344eb Mon Sep 17 00:00:00 2001 From: Jansen Kantor Date: Tue, 28 Oct 2025 11:12:33 -0400 Subject: [PATCH] fix: re-add removed import (#1815) --- src/plugin-slots/ContentIFrameErrorSlot/index.tsx | 2 ++ 1 file changed, 2 insertions(+) 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';