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

This commit is contained in:
Scott Idem
2025-11-13 16:19:09 -05:00
parent de7e02b9ef
commit 6e00502d3d
18 changed files with 23 additions and 23 deletions

View File

@@ -23,7 +23,7 @@ import { ae_loc, ae_sess, ae_api, slct } from '$lib/ae_stores';
import { journals_loc, journals_slct, journals_trig } from '$lib/ae_journals/ae_journals_stores';
// import { journals_func } from '$lib/ae_journals/ae_journals_functions';
import Element_data_store from '$lib/element_data_store_v2.svelte';
import Help_tech from '$lib/e_app_help_tech.svelte';
import Help_tech from '$lib/app_components/e_app_help_tech.svelte';
// *** Setup Svelte properties
interface Props {