6 lines
155 B
TypeScript
6 lines
155 B
TypeScript
import { AdminIngredients } from "@/components/admin/AdminIngredients";
|
|
|
|
export default function AdminIngredientsPage() {
|
|
return <AdminIngredients />;
|
|
}
|