mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
7 lines
109 B
HTML
7 lines
109 B
HTML
@if (settingsLoaded) {
|
|
<div class="flex flex-col h-screen">
|
|
<app-toolbar />
|
|
<router-outlet />
|
|
</div>
|
|
}
|