changes on main

This commit is contained in:
Luke Hagar
2025-05-27 17:36:23 -05:00
parent a5a3ed17d8
commit 6cc7266a92
14 changed files with 38 additions and 80 deletions

View File

@@ -3,7 +3,7 @@
import { toaster } from '$lib';
import ThemeSwitch from '$lib/components/ThemeSwitch.svelte';
import { Avatar, Modal, Toaster } from '@skeletonlabs/skeleton-svelte';
import { BookOpen, DollarSign, Home, LayoutDashboard, LogOut, User } from 'lucide-svelte';
import { BookOpen, DollarSign, Home, LayoutDashboard, LogOut, User } from '@lucide/svelte';
import 'prism-themes/themes/prism-vsc-dark-plus.css';
import { onMount } from 'svelte';
import '../app.css';