implement admin panel with login functionality and dashboard layout
This commit is contained in:
@@ -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