feat: implement category creation and update pages with routing adjustments
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import React from 'react'
|
||||
|
||||
export const UpdateCategoryPage = () => {
|
||||
return <div>UpdateCategoryPage</div>
|
||||
}
|
||||
Reference in New Issue
Block a user