X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Flayouts%2Fsidebar%2FSidebarComponent.ts;h=60ab75660636308f02ea75ccb503bf6b6e3b62cf;hb=HEAD;hp=c3287787e193be00fec1261afb1aa1314e3ad374;hpb=0a34dfa32165036b380ec6ac493469b34007df0a;p=osm%2FNG-UI.git diff --git a/src/app/layouts/sidebar/SidebarComponent.ts b/src/app/layouts/sidebar/SidebarComponent.ts index c328778..60ab756 100644 --- a/src/app/layouts/sidebar/SidebarComponent.ts +++ b/src/app/layouts/sidebar/SidebarComponent.ts @@ -19,9 +19,9 @@ /** * @file Sidebar Component */ -import { isNullOrUndefined } from 'util'; import { Component, Injector, OnInit } from '@angular/core'; import { DeviceCheckService } from 'DeviceCheckService'; +import { isNullOrUndefined } from 'SharedService'; import { MENU_ITEMS, MENUITEMS } from 'src/models/MenuModel'; /**