fcash-insight
Version:
A bitcoin block explorer and API.
21 lines (19 loc) • 552 B
text/typescript
import { NgModule } from '@angular/core';
import { IonicPageModule } from 'ionic-angular';
import { BlocksPage } from './blocks';
import { HeadNavComponentModule } from '../../components/head-nav/head-nav.module';
import { LatestBlocksComponentModule } from '../../components/latest-blocks/latest-blocks.module';
export class BlocksPageModule {}