feat(FE-102) create master data flock and add LTI theme

This commit is contained in:
randy-ar
2025-10-15 20:01:41 +07:00
parent 302da65c59
commit e2b35e765c
13 changed files with 677 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
import FlockForm from "@/components/pages/master-data/flock/form/FlockForm";
const AddFlock = () => {
return (
<section className="w-full p-4 flex flex-row justify-center">
<FlockForm />
</section>
);
}
export default AddFlock;