Add lucide-svelte dependency and update components: Integrate lucide-svelte icons in various components, enhance layout with improved styling, and streamline navigation links for better user experience.

This commit is contained in:
2026-01-08 12:52:36 -03:00
parent 4d0b4d6ead
commit 229669ae4c
25 changed files with 308 additions and 246 deletions

View File

@@ -1,4 +1,4 @@
import adapter from "svelte-adapter-bun";
import adapter from 'svelte-adapter-bun';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */