mirror of https://github.com/ghostfolio/ghostfolio
5 changed files with 11 additions and 22 deletions
@ -1,12 +0,0 @@ |
|||
import { CommonModule } from '@angular/common'; |
|||
import { NgModule } from '@angular/core'; |
|||
import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader'; |
|||
|
|||
import { WorldMapChartComponent } from './world-map-chart.component'; |
|||
|
|||
@NgModule({ |
|||
declarations: [WorldMapChartComponent], |
|||
exports: [WorldMapChartComponent], |
|||
imports: [CommonModule, NgxSkeletonLoaderModule] |
|||
}) |
|||
export class GfWorldMapChartModule {} |
|||
Loading…
Reference in new issue