fixed errors

This commit is contained in:
2025-11-14 08:20:52 +01:00
parent 4bdae0252b
commit ffc633c452
7 changed files with 15 additions and 28 deletions

View File

@@ -2,4 +2,6 @@
<app-create-loan></app-create-loan>
</app-modal>
<app-loan-table></app-loan-table>
<div class="mt-5">
<app-loan-table></app-loan-table>
</div>

View File

@@ -2,4 +2,6 @@
<app-create-user></app-create-user>
</app-modal>
<app-user-table></app-user-table>
<div class="mt-5">
<app-user-table></app-user-table>
</div>

View File

@@ -1,3 +1,3 @@
<div class="w-90 p-5 rounded-2xl shadow-lg shadow-gray-400 m-auto">
<div class="w-90 p-5 rounded-2xl shadow-lg shadow-gray-200 m-auto">
<app-login></app-login>
</div>