feat(FE-92-93-105-106): slicing ui chickin DOC and integrate with API

This commit is contained in:
randy-ar
2025-10-23 13:30:27 +07:00
parent 791e8e787c
commit eaf41805d7
12 changed files with 962 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
import ChickinTable from "@/components/pages/production/chickin/ChickinTable";
const Chickin = () => {
return (
<section className="w-full p-4">
<ChickinTable/>
</section>
);
}
export default Chickin;