Ingredient Detail Unit

This commit is contained in:
efrilm
2025-09-11 16:02:31 +07:00
parent c9e260860c
commit 29defb68c8
5 changed files with 120 additions and 9 deletions
@@ -0,0 +1,7 @@
import IngredientDetail from '@/views/apps/ecommerce/products/ingredient/detail'
const IngredientDetailPage = () => {
return <IngredientDetail />
}
export default IngredientDetailPage