feat(FE-43): create Master Data Kandang page

This commit is contained in:
ValdiANS
2025-10-05 13:41:45 +07:00
parent 6441a38a9d
commit 952110d7af
+11
View File
@@ -0,0 +1,11 @@
import KandangsTable from '@/components/pages/master-data/kandang/KandangsTable';
const Nonstock = () => {
return (
<section className='w-full p-4'>
<KandangsTable />
</section>
);
};
export default Nonstock;