Slowly implementing the new Data Store element v3. It should be a drop in replacement for v2.

This commit is contained in:
Scott Idem
2026-01-29 12:12:33 -05:00
parent ab3aa52e07
commit 917c8f3e37
5 changed files with 35 additions and 30 deletions

View File

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