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

authored by zzstoatzz.io and committed by GitHub 796e818c 3c495da2

Changed files
+1 -1
frontend
src
lib
components
+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> = {