mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 05:22:02 +00:00
8 lines
168 B
TypeScript
8 lines
168 B
TypeScript
import SuppliersTable from '@/components/pages/master-data/supplier/SupplierTable';
|
|
|
|
const Supplier = () => {
|
|
return <SuppliersTable />;
|
|
};
|
|
|
|
export default Supplier;
|