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,6 +1,6 @@
<script lang="ts">
import dayjs from 'dayjs';
import { Link } from 'lucide-svelte';
import { Link } from '@lucide/svelte';
interface Props {
id: string;

View file

@ -1,5 +1,5 @@
<script lang="ts">
import { Menu } from 'lucide-svelte';
import { Menu } from '@lucide/svelte';
interface Props {
drawerId: string;

View file

@ -1,5 +1,5 @@
<script lang="ts">
import { TriangleAlertIcon } from 'lucide-svelte';
import { TriangleAlertIcon } from '@lucide/svelte';
const messages = ['Under Construction', 'Caution', 'Work In Progress', 'Hard-hats required!'];
</script>

View file

@ -8,7 +8,7 @@
Send,
TriangleAlert,
UserRound
} from 'lucide-svelte';
} from '@lucide/svelte';
import type { PageProps } from './$types';
let { form }: PageProps = $props();

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();