upgrade lucide

This commit is contained in:
Benjamin Palko 2025-06-18 10:14:17 -04:00
parent fc5f3e9b08
commit 6add8bb344
9 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
<script lang="ts">
import dayjs from 'dayjs';
import type { PageProps } from './$types';
import { Briefcase, Heart, Zap } from 'lucide-svelte';
import { Briefcase, Heart, Zap } from '@lucide/svelte';
let { data }: PageProps = $props();