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

6 lines
110 B
HTML
Raw Normal View History

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