import { NgModule } from '@angular/core';
import { IonicPageModule } from 'ionic-angular';
import { Changepsw } from './changepsw';

@NgModule({
  declarations: [
    Changepsw,
  ],
  imports: [
    IonicPageModule.forChild(Changepsw),
  ],
})
export class ChangepswModule {}