Add smooth scroll globally

This commit is contained in:
2022-07-27 15:56:14 +02:00
parent 378c707d57
commit 0dba9b78c3
5 changed files with 156 additions and 64 deletions

View File

@@ -10,6 +10,7 @@
import '$utils/polyfills'
// Components
import SVGSprite from '$components/SVGSprite.svelte'
import SmoothScroll from '$components/SmoothScroll.svelte'
import Analytics from '$components/Analytics.svelte'
import Switcher from '$components/molecules/Switcher.svelte'
import Footer from '$components/organisms/Footer.svelte'
@@ -80,6 +81,7 @@
{/if}
<SVGSprite />
<SmoothScroll />
{#if browser}
<Analytics