Skip to content

Commit dc99d92

Browse files
committed
fixup! feat: Add slots to add tab links and add slots for plugin routes
1 parent 0afae49 commit dc99d92

File tree

4 files changed

+0
-65
lines changed

4 files changed

+0
-65
lines changed

src/index.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import CoursewareRedirectLandingPage from './courseware/CoursewareRedirectLandin
2323
import DatesTab from './course-home/dates-tab';
2424
import GoalUnsubscribe from './course-home/goal-unsubscribe';
2525
import ProgressTab from './course-home/progress-tab/ProgressTab';
26-
import { CoursePageSlot } from './plugin-slots/CoursePageSlot';
2726
import { TabContainer } from './tab-page';
2827

2928
import { fetchDatesTab, fetchOutlineTab, fetchProgressTab } from './course-home/data';
@@ -51,7 +50,6 @@ subscribe(APP_READY, () => {
5150
<UserMessagesProvider>
5251
<div className="app-container">
5352
<Routes>
54-
<Route path="*" element={(<CoursePageSlot />)} />
5553
<Route path={ROUTES.UNSUBSCRIBE} element={<PageWrap><GoalUnsubscribe /></PageWrap>} />
5654
<Route path={ROUTES.REDIRECT} element={<PageWrap><CoursewareRedirectLandingPage /></PageWrap>} />
5755
<Route

src/plugin-slots/CoursePageSlot/README.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

src/plugin-slots/CoursePageSlot/index.tsx

Lines changed: 0 additions & 12 deletions
This file was deleted.
-63 Bytes
Loading

0 commit comments

Comments
 (0)