Update SvelteKit and breaking imports

This commit is contained in:
2022-08-27 23:16:34 +02:00
parent b87e1f8a56
commit 21dd85940b
5 changed files with 67 additions and 66 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { browser } from '$app/env'
import { browser } from '$app/environment'
import { onMount } from 'svelte'
import Lenis from '@studio-freight/lenis'
import { smoothScroll } from '$utils/stores'