APY integrated without testing...

This commit is contained in:
2026-03-18 12:36:41 +05:30
parent 075cb3aaad
commit 8744e69ef7
29 changed files with 1069 additions and 498 deletions

View File

@@ -12,7 +12,7 @@ class LoanScreen extends StatelessWidget {
title: const Text("Request Loan"),
),
body: const Center(
child: Text("Loan Account"),
child: Text("Loan Account"),
),
);
}