mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 18:30:14 +01:00
fix(tooltip): add tooltip module import
This commit is contained in:
parent
5aad309e07
commit
00090f4085
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ import {
|
|||
NbPopoverModule,
|
||||
NbSelectModule,
|
||||
NbTabsetModule,
|
||||
NbTooltipModule,
|
||||
NbWindowModule,
|
||||
} from '@nebular/theme';
|
||||
|
||||
|
|
@ -69,6 +70,7 @@ const MODULES = [
|
|||
NbButtonModule,
|
||||
NbInputModule,
|
||||
NbSelectModule,
|
||||
NbTooltipModule,
|
||||
];
|
||||
|
||||
const SERVICES = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue