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

@@ -3,7 +3,7 @@ export let log_lvl: number = 0;
// 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';

View File

@@ -3,7 +3,7 @@ export let log_lvl: number = 0;
// 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';