fix: pages and resources plugins not rendered (#1885)

This commit is contained in:
Jansen Kantor
2025-04-30 15:56:49 -04:00
committed by GitHub
parent 65aca04708
commit 484154b9bd
4 changed files with 34 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
import { PluginSlot } from '@openedx/frontend-plugin-framework/dist';
import React from 'react';
export const AdditionalCourseContentPluginSlot = () => (
<PluginSlot

View File

@@ -1,5 +1,4 @@
import { PluginSlot } from '@openedx/frontend-plugin-framework/dist';
import React from 'react';
export const AdditionalCoursePluginSlot = () => (
<PluginSlot