fixed errors
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user