Skip to content

Commit

Permalink
$app/env has been renamed to $app/environment
Browse files Browse the repository at this point in the history
  • Loading branch information
notpushkin committed Sep 15, 2022
1 parent 9664465 commit f27d863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svelte-spotlight/src/lib/SvelteSpotlight.svelte
@@ -1,6 +1,6 @@
<script lang="ts">
import { fade, scale } from 'svelte/transition';
import { browser } from '$app/env';
import { browser } from '$app/environment';
import {
type AnimationFunctions,
type AnimationConfig,
Expand Down

0 comments on commit f27d863

Please sign in to comment.