Scroll To Top of The Page

goToTop = () => window.scrollTo(0, 0);
window.scrollTo({ top:0, behavior: 'smooth'});