Skip to content

Commit

Permalink
fix: removed remnants of the home component
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilczaja committed Dec 17, 2024
1 parent 9412f05 commit 576d590
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 93 deletions.
1 change: 0 additions & 1 deletion authority-portal-frontend/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import {DashboardPageComponent} from './pages/dashboard-page/dashboard-page/dash
import {LoadingPageComponent} from './pages/empty-pages/loading-page/loading-page/loading-page.component';
import {PageNotFoundPageComponent} from './pages/empty-pages/page-not-found-page/page-not-found-page/page-not-found-page.component';
import {UnauthenticatedPageComponent} from './pages/empty-pages/unauthenticated-page/unauthenticated-page/unauthenticated-page.component';
import {HomePageComponent} from './pages/home/home/home.component';
import {ParticipantOwnConnectorDetailPageComponent} from './pages/participant-own-connector-detail-page/participant-own-connector-detail-page/participant-own-connector-detail-page.component';
import {ParticipantOwnConnectorListPageComponent} from './pages/participant-own-connector-list-page/participant-own-connector-list-page/participant-own-connector-list-page.component';
import {OrganizationCreatePageComponent} from './pages/registration-pages/organization-create-page/organization-create-page/organization-create-page.component';
Expand Down
2 changes: 0 additions & 2 deletions authority-portal-frontend/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ import {DashboardPageModule} from './pages/dashboard-page/dashboard.module';
import {LoadingPageModule} from './pages/empty-pages/loading-page/loading-page.module';
import {PageNotFoundPageModule} from './pages/empty-pages/page-not-found-page/page-not-found-page.module';
import {UnauthenticatedPageModule} from './pages/empty-pages/unauthenticated-page/unauthenticated-page.module';
import {MdsHomePageModule} from './pages/home/home.module';
import {ParticipantOwnConnectorDetailPageModule} from './pages/participant-own-connector-detail-page/participant-own-connector-detail-page.module';
import {ParticipantOwnConnectorListPageModule} from './pages/participant-own-connector-list-page/participant-own-connector-list-page.module';
import {OrganizationCreatePageModule} from './pages/registration-pages/organization-create-page/organization-create-page.module';
Expand Down Expand Up @@ -107,7 +106,6 @@ import {SharedModule} from './shared/shared.module';
ControlCenterUserProfilePageModule,
DashboardPageModule,
LoadingPageModule,
MdsHomePageModule,
OrganizationCreatePageModule,
OrganizationOnboardPageModule,
OrganizationPendingPageModule,
Expand Down
29 changes: 0 additions & 29 deletions authority-portal-frontend/src/app/pages/home/home.module.ts

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 576d590

Please sign in to comment.