audio streaming app plyr.fm
38
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove unused scale import from toast component (#241)

authored by

nate nowack and committed by
GitHub
796e818c 3c495da2

+1 -1
+1 -1
frontend/src/lib/components/Toast.svelte
··· 1 1 <script lang="ts"> 2 2 import { toast } from '$lib/toast.svelte'; 3 - import { fade, scale } from 'svelte/transition'; 3 + import { fade } from 'svelte/transition'; 4 4 5 5 // icons for different toast types 6 6 const icons: Record<string, string> = {