Skip to content
change-apply-list.module.ts 325 B
Newer Older
wangqinghua's avatar
wangqinghua committed
import { NgModule } from '@angular/core';
import { IonicPageModule } from 'ionic-angular';
import { ChangeApplyListPage } from './change-apply-list';

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