matrix-dimension/web/app/app.component.html

9 lines
133 B
HTML
Raw Normal View History

<header>
</header>
<main>
<toaster-container></toaster-container>
<router-outlet></router-outlet>
</main>
<footer>
</footer>