import { FC } from "react"; import { RandomButton } from "../../components/RandomButton"; import { getRandomMeal } from "../Meal/service"; export const NotFound: FC = () => (