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