[DURACOM-191] change routing for profile-page

This commit is contained in:
Andrea Barbasso
2024-01-10 17:05:33 +01:00
parent ca09cfb07b
commit 7f3739f7ed
6 changed files with 15 additions and 60 deletions

View File

@@ -10,7 +10,6 @@ import { IdlePreloadModule } from 'angular-idle-preload';
import { MenuModule } from '../../app/shared/menu/menu.module';
import { NavbarModule } from '../../app/navbar/navbar.module';
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
import { ProfilePageModule } from '../../app/profile-page/profile-page.module';
import { RegisterEmailFormModule } from '../../app/register-email-form/register-email-form.module';
import { ScrollToModule } from '@nicky-lenaers/ngx-scroll-to';
import { SearchPageModule } from '../../app/search-page/search-page.module';
@@ -61,7 +60,6 @@ const DECLARATIONS = [
MenuModule,
NavbarModule,
NgbModule,
ProfilePageModule,
RegisterEmailFormModule,
RouterModule,
ScrollToModule,