X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp-frontend%2Fsrc%2Fapp%2Fpolicy%2Fpolicy-type%2Fpolicy-type.component.ts;h=f6c8d2a19b6b594c97402d80e76d6b6d89d15aaa;hb=refs%2Fchanges%2F71%2F6071%2F2;hp=3e8a2ee8be33b4ffa18af616b977dfe694c2a261;hpb=8cf8165763380e8779c9420099faf2197fa161d4;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/policy/policy-type/policy-type.component.ts b/webapp-frontend/src/app/policy/policy-type/policy-type.component.ts index 3e8a2ee..f6c8d2a 100644 --- a/webapp-frontend/src/app/policy/policy-type/policy-type.component.ts +++ b/webapp-frontend/src/app/policy/policy-type/policy-type.component.ts @@ -21,7 +21,7 @@ import { Component, Input, OnInit, OnChanges, SimpleChanges} from "@angular/core"; import { BehaviorSubject } from "rxjs"; import { PolicyType, PolicyTypeSchema } from "@interfaces/policy.types"; -import { PolicyService } from "@app/services/policy/policy.service"; +import { PolicyService } from "@services/policy/policy.service"; import "@policy/policy-control.component"; class PolicyTypeInfo {