import React from 'react'; export const Ingredients = () => { return (
Ingredients Page
); };