X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fapp-routing.module.ts;fp=webapp-frontend%2Fsrc%2Fapp%2Fapp-routing.module.ts;h=387fdc1f5e4d9f1d012bbeba9de4fcd956457bba;hb=ae54b92e9c8d621d9e3907bbe7c0b56b2c778d8d;hp=5881dc71a628a37be528dbd985abedd02b08e27f;hpb=e0f0ae59f6f1958617c927bdfbec63e037efed97;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/app-routing.module.ts b/webapp-frontend/src/app/app-routing.module.ts index 5881dc7..387fdc1 100644 --- a/webapp-frontend/src/app/app-routing.module.ts +++ b/webapp-frontend/src/app/app-routing.module.ts @@ -22,8 +22,8 @@ import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { Routes, RouterModule } from '@angular/router'; import { MainComponent } from './main/main.component'; -import { PolicyControlComponent } from './policy/policy-control.component'; -import { EICoordinatorComponent } from './ei-coordinator/ei-coordinator.component'; +import { PolicyControlComponent } from '@policy/policy-control.component'; +import { EICoordinatorComponent } from '@ei-coordinator/ei-coordinator.component'; const routes: Routes = [