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