Skip to content

Commit ffc35dd

Browse files
arbrandesclaude
andcommitted
fix: remove homeApp, now handled by the shell in frontend-base
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3784efb commit ffc35dd

4 files changed

Lines changed: 47 additions & 41 deletions

File tree

package-lock.json

Lines changed: 47 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site.config.build.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { EnvironmentTypes, SiteConfig, footerApp, headerApp, shellApp } from '@o
22
import { authnApp } from '@openedx/frontend-app-authn';
33
import { instructorDashboardApp } from '@openedx/frontend-app-instructor-dashboard';
44
import { learnerDashboardApp } from '@openedx/frontend-app-learner-dashboard';
5-
import homeApp from './src/homeApp';
65

76
import './src/site.scss';
87

@@ -22,7 +21,6 @@ const siteConfig: SiteConfig = {
2221
authnApp,
2322
learnerDashboardApp,
2423
instructorDashboardApp,
25-
homeApp,
2624
],
2725
externalRoutes: [
2826
{

site.config.dev.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { EnvironmentTypes, SiteConfig, footerApp, headerApp, shellApp } from '@o
22
import { authnApp } from '@openedx/frontend-app-authn';
33
import { instructorDashboardApp } from '@openedx/frontend-app-instructor-dashboard';
44
import { learnerDashboardApp } from '@openedx/frontend-app-learner-dashboard';
5-
import homeApp from './src/homeApp';
65

76
import './src/site.scss';
87

@@ -22,7 +21,6 @@ const siteConfig: SiteConfig = {
2221
authnApp,
2322
learnerDashboardApp,
2423
instructorDashboardApp,
25-
homeApp,
2624
],
2725
externalRoutes: [
2826
{

src/homeApp.ts

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

0 commit comments

Comments
 (0)