This commit is contained in:
2025-11-10 23:28:05 +01:00
parent c35f79e95e
commit 6ec3fc4cc3
23 changed files with 41 additions and 76 deletions

View File

@@ -1,11 +0,0 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-update-loan',
imports: [],
templateUrl: './update-loan.html',
styleUrl: './update-loan.css',
})
export class UpdateLoan {
}