(apps/chat) New and improved Chat app

This commit is contained in:
sercan
2021-04-30 19:18:09 +03:00
parent ee48e11548
commit e3821da077
21 changed files with 4732 additions and 0 deletions

View 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>