Skip to content
report-search.module.ts 309 B
Newer Older
wangqinghua's avatar
wangqinghua committed
import { NgModule } from '@angular/core';
import { IonicPageModule } from 'ionic-angular';
import { ReportSearchPage } from './report-search';

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