mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 06:45:46 +00:00
8 lines
169 B
TypeScript
8 lines
169 B
TypeScript
import CustomersTable from '@/components/pages/master-data/customer/CustomersTable';
|
|
|
|
const Customer = () => {
|
|
return <CustomersTable />;
|
|
};
|
|
|
|
export default Customer;
|