This commit is contained in:
gpatruno
2026-06-11 17:30:13 +02:00
parent 36b4acb355
commit e45e9f154e
108 changed files with 9163 additions and 167 deletions
@@ -0,0 +1,5 @@
import { AdminIngredients } from "@/components/admin/AdminIngredients";
export default function AdminIngredientsPage() {
return <AdminIngredients />;
}