X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fwebapp-frontend%2Fsrc%2Fapp%2Frd-routing.module.ts;fp=dashboard%2Fwebapp-frontend%2Fsrc%2Fapp%2Frd-routing.module.ts;h=3cc2d97587dbc3aac6b6f8bc8c4157dc7349074d;hb=c7d74b01b59da07704be4069acece1a91d451a7e;hp=af8ec2e482afc0b8d21547382a6bca9922c1ec26;hpb=ea0bb57b5c50ec5a60901c7227bf269009120968;p=portal%2Fric-dashboard.git diff --git a/dashboard/webapp-frontend/src/app/rd-routing.module.ts b/dashboard/webapp-frontend/src/app/rd-routing.module.ts index af8ec2e4..3cc2d975 100644 --- a/dashboard/webapp-frontend/src/app/rd-routing.module.ts +++ b/dashboard/webapp-frontend/src/app/rd-routing.module.ts @@ -21,7 +21,6 @@ import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { Routes, RouterModule } from '@angular/router'; -import { AcXappComponent } from './ac-xapp/ac-xapp.component'; import { CatalogComponent } from './catalog/catalog.component'; import { ControlComponent } from './control/control.component'; import { MainComponent } from './main/main.component'; @@ -33,7 +32,6 @@ const routes: Routes = [ {path: '', component: MainComponent}, {path: 'catalog', component: CatalogComponent}, {path: 'control', component: ControlComponent}, - {path: 'ac', component: AcXappComponent}, {path: 'stats', component: StatsComponent}, {path: 'platform', component: PlatformComponent}, {path: 'user', component: UserComponent},