export const scrollToTop = () => document.getElementById('root')?.scrollTo(0, 0);