GUI2 Change gui2-fw-lib refs to abs paths

Change-Id: Iddc121c70ddf9fa69c8d9f99e9768de6c2143eab
diff --git a/apps/yang-gui/yang-gui2-lib/lib/yangtable/yangtable.component.ts b/apps/yang-gui/yang-gui2-lib/lib/yangtable/yangtable.component.ts
index f47ec87..0b39ca2 100644
--- a/apps/yang-gui/yang-gui2-lib/lib/yangtable/yangtable.component.ts
+++ b/apps/yang-gui/yang-gui2-lib/lib/yangtable/yangtable.component.ts
@@ -15,7 +15,7 @@
  */
 
 import {Component, OnInit, OnDestroy, Inject} from '@angular/core';
-import {WebSocketService, LogService, FnService, SortDir, TableBaseImpl} from 'gui2-fw-lib/public_api';
+import {WebSocketService, LogService, FnService, SortDir, TableBaseImpl} from 'org_onosproject_onos/web/gui2-fw-lib/public_api';
 import { HttpClient } from '@angular/common/http';
 
 /**