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

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