diff --git a/src/app/core/modules/shared.module.ts b/src/app/core/modules/shared.module.ts index 766aa536..da733728 100644 --- a/src/app/core/modules/shared.module.ts +++ b/src/app/core/modules/shared.module.ts @@ -20,7 +20,6 @@ import { FuseMdSidenavHelperService } from '../directives/md-sidenav-helper/md-s import { FuseHljsComponent } from '../components/hljs/hljs.component'; import { FuseIfOnDomDirective } from '../directives/fuse-if-on-dom/fuse-if-on-dom.directive'; import { FuseMaterialColorPickerComponent } from '../components/material-color-picker/material-color-picker.component'; -import { Md2Module } from 'md2'; import { CookieService } from 'ngx-cookie-service'; @NgModule({ @@ -43,8 +42,7 @@ import { CookieService } from 'ngx-cookie-service'; ReactiveFormsModule, ColorPickerModule, NgxDnDModule, - NgxDatatableModule, - Md2Module + NgxDatatableModule ], exports : [ FlexLayoutModule, @@ -62,8 +60,7 @@ import { CookieService } from 'ngx-cookie-service'; NgxDnDModule, NgxDatatableModule, FuseIfOnDomDirective, - FuseMaterialColorPickerComponent, - Md2Module + FuseMaterialColorPickerComponent ], entryComponents: [ FuseConfirmDialogComponent