diff options
Diffstat (limited to 'src/routes/profile/index.svelte')
-rw-r--r-- | src/routes/profile/index.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/profile/index.svelte b/src/routes/profile/index.svelte index 4da4a8f..0d5ad04 100644 --- a/src/routes/profile/index.svelte +++ b/src/routes/profile/index.svelte @@ -50,7 +50,7 @@ <script lang="ts"> import Emoji from '$lib/Emoji.svelte' - import { browser } from '$app/env' + import { browser } from '$app/environment' import Tooltip from '$lib/Tooltip.svelte' import { onDestroy, onMount } from 'svelte' import backgroundNames from '../../_backgrounds.json' |