mirror of https://github.com/ghostfolio/ghostfolio
4 changed files with 10 additions and 20 deletions
@ -1,12 +0,0 @@ |
|||||
import { CommonModule } from '@angular/common'; |
|
||||
import { NgModule } from '@angular/core'; |
|
||||
import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader'; |
|
||||
|
|
||||
import { FearAndGreedIndexComponent } from './fear-and-greed-index.component'; |
|
||||
|
|
||||
@NgModule({ |
|
||||
declarations: [FearAndGreedIndexComponent], |
|
||||
exports: [FearAndGreedIndexComponent], |
|
||||
imports: [CommonModule, NgxSkeletonLoaderModule] |
|
||||
}) |
|
||||
export class GfFearAndGreedIndexModule {} |
|
||||
Loading…
Reference in new issue