import { cn } from '~/utils'; export default function MinimalPlugin({ className = '' }) { return ( ); }