export function scrollToTop() { window.scrollTo({ top: 0, left: 0 }); }