chore: migrate lucide package and close quick TODO cleanups

This commit is contained in:
Scott Idem
2026-06-02 14:19:12 -04:00
parent de048a084b
commit 87084f0f71
9 changed files with 9 additions and 36 deletions

View File

@@ -3,7 +3,7 @@ import { onMount } from 'svelte';
import { ae_api, ae_loc } from '$lib/stores/ae_stores';
import { load_ae_obj_id__hosted_file } from '$lib/ae_core/core__hosted_files';
import AE_Comp_Hosted_Files_Download_Button from '$lib/ae_core/ae_comp__hosted_files_download_button.svelte';
import * as Lucide from 'lucide-svelte';
import * as Lucide from '@lucide/svelte';
let hosted_files: any[] = $state([]);
let large_file_obj: any = $state(null);