type Props = { title: string; image: string; onClick: () => void; }; function WorkflowTemplateCard({ title, image, onClick }: Props) { return (
Template