import BanksTable from '@/components/pages/master-data/bank/BanksTable'; const Bank = () => { return (
); }; export default Bank;