fix(tables): import card module

This commit is contained in:
Sergey Andrievskiy 2019-06-20 13:50:46 +03:00
parent a7ad9699e8
commit b700c3645d

View file

@ -1,4 +1,5 @@
import { NgModule } from '@angular/core';
import { NbCardModule } from '@nebular/theme';
import { Ng2SmartTableModule } from 'ng2-smart-table';
import { ThemeModule } from '../../@theme/theme.module';
@ -6,6 +7,7 @@ import { TablesRoutingModule, routedComponents } from './tables-routing.module';
@NgModule({
imports: [
NbCardModule,
ThemeModule,
TablesRoutingModule,
Ng2SmartTableModule,