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

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