mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-10 00:48:42 +00:00
(apps/chat) New and improved Chat app
This commit is contained in:
8
src/app/modules/admin/apps/chat/chat.component.html
Normal file
8
src/app/modules/admin/apps/chat/chat.component.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user