insight-previous-tcr
Version:
A blockchain explorer for Bitcore
17 lines (15 loc) • 522 B
text/typescript
import { NgModule } from "@angular/core";
import { IonicPageModule } from "ionic-angular";
import { FooterComponentModule } from "../../components/footer/footer.module";
import { HeadNavComponentModule } from "../../components/head-nav/head-nav.module";
import { MessagesPage } from "./messages";
export class MessagesPageModule {}