matrix-dimension/web/app/riot/riot.component.html
2017-12-15 00:33:32 -07:00

9 lines
215 B
HTML

<div id="wrapper">
<my-page-header>
<my-scalar-close class="closeButton"></my-scalar-close>
</my-page-header>
<div class="page-content">
<router-outlet></router-outlet>
</div>
</div>