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