finish footer

This commit is contained in:
2026-01-13 20:14:50 +01:00
parent 24a9055eea
commit 89a8ef87bb
2 changed files with 6 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
export default function scrollToTop () {
window.scrollTo({ top: 0, left: 0, behavior: 'smooth' });
};