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

Wrong Way!

404 not found
);