import { prependBaseUrl } from '../../shared/utils' import { Markdown } from './Markdown' type Props = { id: string title: string content: string solutionsCount?: number } export const Problem = ({ id, title, content, solutionsCount }: Props) => { return (