diff --git a/src/components/ScrollToTop.astro b/src/components/ScrollToTop.astro new file mode 100644 index 0000000..b1af591 --- /dev/null +++ b/src/components/ScrollToTop.astro @@ -0,0 +1,32 @@ +--- +import { Icon } from "astro-icon/components"; +--- + + + +