// Scroll to top of the page export const scrollToTop = () => { window.scrollTo( 0, 0 ); };