export default function BackToTop({ scroll }) { return ( <> {scroll && ( )} ) }