fuse-angular/src/app/modules/admin/apps/chat/chat.component.html
2021-04-30 19:18:09 +03:00

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>