mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-30 12:03:12 +00:00
9 lines
196 B
HTML
9 lines
196 B
HTML
<div class="absolute inset-0 flex flex-col min-w-0 overflow-hidden">
|
|
|
|
<!-- Main -->
|
|
<div class="flex flex-auto overflow-hidden">
|
|
<router-outlet></router-outlet>
|
|
</div>
|
|
|
|
</div>
|