We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9664465 commit f27d863Copy full SHA for f27d863
svelte-spotlight/src/lib/SvelteSpotlight.svelte
@@ -1,6 +1,6 @@
1
<script lang="ts">
2
import { fade, scale } from 'svelte/transition';
3
- import { browser } from '$app/env';
+ import { browser } from '$app/environment';
4
import {
5
type AnimationFunctions,
6
type AnimationConfig,
0 commit comments