import React from "react"; import { Link } from "react-router-dom"; export const CategoryPage = ({ meals, strCategory }) => { return (

Chef's {strCategory} Recipes

}
); };