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

@@ -16,7 +16,7 @@ import {
// import { PUBLIC_TESTING } from '$env/static/public';
// console.log(`AE Config - +page.svelte PUBLIC_TESTING:`, PUBLIC_TESTING);
import Element_data_store from '$lib/element_data_store_v2.svelte';
import Element_data_store from '$lib/elements/element_data_store_v2.svelte';
// import { api } from '$lib/api';
import { ae_loc, ae_sess, ae_api, slct, slct_trigger } from '$lib/ae_stores';