Slowly updating things to Data Store v3. Also doing some safe code clean up. Mainly removing commented out code.

This commit is contained in:
Scott Idem
2026-01-29 12:21:47 -05:00
parent 917c8f3e37
commit 9bf2373a82
10 changed files with 19 additions and 119 deletions

View File

@@ -6,7 +6,6 @@
// import { browser } from '$app/environment';
// *** Import other supporting libraries
// import * as icons from '@lucide/svelte';
import { Brain, House, Library, RefreshCw, Satellite } from '@lucide/svelte';
// *** Import Aether specific variables and functions
@@ -21,8 +20,7 @@
slct,
slct_trigger
} from '$lib/stores/ae_stores';
// import { core_func } from '$lib/ae_core/ae_core_functions';
import Element_data_store from '$lib/elements/element_data_store_v2.svelte';
// import Element_data_store from '$lib/elements/element_data_store_v3.svelte';
interface Props {
/** @type {import('./$types').LayoutData} */