feat: implement category creation and update pages with routing adjustments

This commit is contained in:
fredy.siswanto
2025-03-07 13:07:28 +07:00
parent df41e4050c
commit 80711e744b
8 changed files with 62 additions and 4 deletions
@@ -0,0 +1,5 @@
import React from 'react'
export const UpdateCategoryPage = () => {
return <div>UpdateCategoryPage</div>
}