hades/client/app/app.component.html

10 lines
199 B
HTML

<!--The content below is only a placeholder and can be replaced.-->
<nav>
<app-games></app-games>
<app-servers-list></app-servers-list>
</nav>
<section>
<router-outlet></router-outlet>
</section>