Skip to content

Commit 52f4748

Browse files
committed
fixup! feat: Add slot for whole application
1 parent a7c1600 commit 52f4748

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import {
22
APP_INIT_ERROR, APP_READY, subscribe, initialize, mergeConfig, getConfig, getPath,
33
} from '@edx/frontend-platform';
44
import { AppProvider, ErrorPage } from '@edx/frontend-platform/react';
5-
import { PluginSlot } from '@openedx/frontend-plugin-framework';
6-
import { AuthoringAppSlot } from "CourseAuthoring/plugin-slots/AuthoringAppSlot";
5+
import { AuthoringAppSlot } from 'CourseAuthoring/plugin-slots/AuthoringAppSlot';
76
import React, { StrictMode, useEffect } from 'react';
87
import { createRoot } from 'react-dom/client';
98
import {

0 commit comments

Comments
 (0)