mempool/frontend/src/app/components/start/start.component.html

6 lines
108 B
HTML
Raw Normal View History

2020-05-22 13:22:23 +07:00
<div id="blockchain-container">
<app-blockchain></app-blockchain>
</div>
<router-outlet></router-outlet>