mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-05 00:58:50 +01:00
refactor: remove unused import
This commit is contained in:
parent
c2f6c03ae6
commit
12443d63c2
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { NbMediaBreakpointsService, NbMenuService, NbSidebarService, NbThemeServ
|
|||
import { UserData } from '../../../@core/data/users';
|
||||
import { LayoutService } from '../../../@core/utils';
|
||||
import { map, takeUntil } from 'rxjs/operators';
|
||||
import { pipe, Subject } from 'rxjs';
|
||||
import { Subject } from 'rxjs';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-header',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue