Migrate SvelteKit to the latest version 431 (#526)

This commit is contained in:
Alex 2022-08-24 21:10:48 -07:00 committed by GitHub
parent fb0fa742f5
commit db2ed2d881
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
47 changed files with 1509 additions and 1216 deletions

View file

@ -2,7 +2,7 @@
import { AlbumResponseDto, api, ThumbnailFormat } from '@api';
import { createEventDispatcher, onMount } from 'svelte';
import DotsVertical from 'svelte-material-icons/DotsVertical.svelte';
import { fade } from 'svelte/transition';
import { fly } from 'svelte/transition';
import CircleIconButton from '../shared-components/circle-icon-button.svelte';
export let album: AlbumResponseDto;