mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
build: replace @nga/theme and @nga/auth with @akveo/nga-theme and @akveo/nga-auth
This commit is contained in:
parent
2239e80e59
commit
d351b3d6ff
13 changed files with 16 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
import { NgaSidebarService, NgaMenuService } from '@nga/theme';
|
||||
import { NgaThemeService } from '@nga/theme/services/theme.service';
|
||||
import { NgaSidebarService, NgaMenuService } from '@akveo/nga-theme';
|
||||
import { NgaThemeService } from '@akveo/nga-theme/services/theme.service';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-header',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue