# Task - Refactor UMKM Edit Pages Pattern Refactor Data UMKM and Produk edit pages to match the Berita edit page UI pattern and logic. ## Steps 1. [x] Analyze `berita/list-berita/[id]/edit/page.tsx` for the desired pattern. 2. [x] Implement the pattern in `ekonomi/umkm/produk/[id]/edit/page.tsx` (using interfaces). 3. [x] Implement the pattern in `ekonomi/umkm/data-umkm/[id]/edit/page.tsx` (using interfaces). 4. [x] Run `bun run build` to verify. 5. [x] Update `package.json` version. 6. [x] Commit with message: "feat(admin): refactor UMKM edit pages to match berita pattern with interfaces". 7. [ ] Create summary in `MIND/SUMMARY/refactor-umkm-edit-pages-pattern-summary.md`.