implement admin panel with login functionality and dashboard layout
This commit is contained in:
7
admin/src/components/LoanTable.tsx
Normal file
7
admin/src/components/LoanTable.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from "react";
|
||||
|
||||
const LoanTable: React.FC = () => {
|
||||
return <>Loan Table</>;
|
||||
};
|
||||
|
||||
export default LoanTable;
|
Reference in New Issue
Block a user