mempool/frontend/src/app/components/start/start.component.html
2020-05-12 14:49:29 +07:00

6 lines
110 B
HTML

<div style="position: relative;">
<app-blockchain></app-blockchain>
</div>
<router-outlet></router-outlet>