mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-07-09 03:25:09 +00:00
7 lines
135 B
HTML
7 lines
135 B
HTML
@if (settingsLoaded) {
|
|
<div class="flex flex-col h-screen">
|
|
<app-toolbar></app-toolbar>
|
|
<router-outlet></router-outlet>
|
|
</div>
|
|
}
|