image component to handle loading and error states

This commit is contained in:
Benjamin Palko 2026-01-23 17:26:01 -05:00
parent 7b0880b53b
commit 52d46f3584
6 changed files with 64 additions and 22 deletions

View file

@ -44,8 +44,10 @@
"dependencies": {
"@humanspeak/svelte-markdown": "^0.8.7",
"@lucide/svelte": "^0.516.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"nodemailer": "^6.10.1",
"pino": "^9.6.0"
"pino": "^9.6.0",
"tailwind-merge": "^3.4.0"
}
}