mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 23:05:46 +00:00
feat(FE-40,41): create Master Data Add Bank page
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
import BankForm from '@/components/pages/master-data/bank/form/BankForm';
|
||||||
|
|
||||||
|
const AddBank = () => {
|
||||||
|
return (
|
||||||
|
<div className='w-full p-4 flex flex-row justify-center'>
|
||||||
|
<BankForm />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
|
export default AddBank;
|
||||||
Reference in New Issue
Block a user