fix: trash-2 icon name (lucide uses trash-2, not trash2)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
import { Button } from '$lib/components/ui/button'
|
||||
import { ScrollArea } from '$lib/components/ui/scroll-area'
|
||||
import PlusIcon from '@lucide/svelte/icons/plus'
|
||||
import Trash2Icon from '@lucide/svelte/icons/trash2'
|
||||
import Trash2Icon from '@lucide/svelte/icons/trash-2'
|
||||
|
||||
onMount(() => {
|
||||
loadSessions()
|
||||
|
||||
Reference in New Issue
Block a user