import { Markdown } from './Markdown.jsx' export const Problem = ({ id, content }) => { return (
) }