import React from 'react'; // we need this to make JSX compile type CardProps = { title: string, paragraph: string } export const Card = ({ title, ...
確定! 回上一頁