X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fapp.component.ts;h=64f79fd507c1e818667db19e74ab18627e308c67;hb=ae54b92e9c8d621d9e3907bbe7c0b56b2c778d8d;hp=3546b5e3e1ac247892e4e3e97bcaea0eba66756b;hpb=8068db8c07399f73ef8a221415262308c6d1e3cc;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/app.component.ts b/webapp-frontend/src/app/app.component.ts index 3546b5e..64f79fd 100644 --- a/webapp-frontend/src/app/app.component.ts +++ b/webapp-frontend/src/app/app.component.ts @@ -18,7 +18,7 @@ * ========================LICENSE_END=================================== */ import { Component, OnInit } from '@angular/core'; -import { UiService } from './services/ui/ui.service'; +import { UiService } from '@services/ui/ui.service'; import { CookieService } from 'ngx-cookie-service'; @Component({