export function LeftArrow({ title, className, }: { title?: string className?: string }) { return ( ) }