1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-24 04:46:50 +02:00

feat(web): Update to latest version of SvelteKit (#705)

This commit is contained in:
Alex
2022-09-16 23:13:22 -05:00
committed by GitHub
parent 75c2067836
commit 0d13b25f56
14 changed files with 5522 additions and 2273 deletions

View File

@ -1,5 +1,5 @@
<script lang="ts">
import { browser } from '$app/env';
import { browser } from '$app/environment';
import { createEventDispatcher, onDestroy, onMount } from 'svelte';
import Close from 'svelte-material-icons/Close.svelte';