import { Markdown } from './Markdown'; import { modificationsRegex } from '~/utils/diff'; interface UserMessageProps { content: string; } export function UserMessage({ content }: UserMessageProps) { return (