import { cn } from '~/utils'; export const QuestionMark = ({ className = '' }) => { return (
?
); };