mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
8 lines
145 B
TypeScript
8 lines
145 B
TypeScript
import BanksTable from '@/components/pages/master-data/bank/BanksTable';
|
|
|
|
const Bank = () => {
|
|
return <BanksTable />;
|
|
};
|
|
|
|
export default Bank;
|