import React from 'react'; type CardProps = { title: string; paragraph: string }; export const NoPropCard = ({ title, paragraph }: CardProps) => (
{paragraph}