Add mock user data to backend
[portal/ric-dashboard.git] / webapp-frontend / src / app / app.module.ts
index b170af3..5d8a611 100644 (file)
@@ -40,7 +40,6 @@ import { AppComponent } from './app.component';
 import { LoginComponent } from './login/login.component';
 import { CatalogComponent } from './catalog/catalog.component';
 import { UiService } from './services/ui/ui.service';
-import { AdminService } from './services/admin/admin.service';
 import { XappMgrService } from './services/xapp-mgr/xapp-mgr.service';
 import { DashboardService } from './services/dashboard/dashboard.service';
 import { E2ManagerService } from './services/e2-mgr/e2-mgr.service';
@@ -145,7 +144,6 @@ import { AcXappComponent } from './ac-xapp/ac-xapp.component';
     ],
   providers: [
       UiService,
-      AdminService,
       XappMgrService,
       DashboardService,
       E2ManagerService,