mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-15 21:05:13 +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>
|