Refactor: Update import paths for elements after moving them to src/lib/elements/.

This commit is contained in:
Scott Idem
2025-11-13 16:37:24 -05:00
parent 6e00502d3d
commit a84d06a28d
55 changed files with 70 additions and 77 deletions

View File

@@ -36,7 +36,7 @@ let {
// Imports
// Import components and elements
import Element_input_files_tbl from '$lib/element_input_files_tbl.svelte';
import Element_input_files_tbl from '$lib/elements/element_input_files_tbl.svelte';
// Import storage, functions, and libraries
import type { key_val } from '$lib/ae_stores';