import { CornerDownLeftIcon } from 'lucide-react' export function SubmitButton({ onClick }: { onClick: () => void }) { return ( ) }