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