import React from 'react'; export default function BackArrow({ ...props }) { return ( ); }