import { NgModule } from '@angular/core';
import { NgxSwissFiveRappenChfPipe } from './ngx-swiss-five-rappen-chf.pipe';



@NgModule({
  declarations: [
    NgxSwissFiveRappenChfPipe,
  ],
  imports: [
  ],
  exports: [
    NgxSwissFiveRappenChfPipe
  ]
})
export class NgxSwissFiveRappenChfPipeModule { }
