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