import { cn } from '~/utils/'; export default function Plugin({ className, ...props }) { return ( ); }