mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 06:09:39 +00:00
5 lines
158 B
HTML
5 lines
158 B
HTML
<div *ngIf="settingsLoaded" style="display: flex; flex-direction: column; height: 100%">
|
|
<app-toolbar></app-toolbar>
|
|
<router-outlet></router-outlet>
|
|
</div>
|