Quick save before more big changes.

This commit is contained in:
Scott Idem
2025-11-13 14:26:04 -05:00
parent a995711335
commit 4d6c10cbad
7 changed files with 388 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ import { createEventDispatcher, onMount } from 'svelte';
// *** Import Aether core variables and functions
import type { key_val } from '$lib/ae_stores';
// import { api } from '$lib/api';
import { core_func } from '$lib/ae_core/ae_core_functions';
import { update_ae_obj_id_crud } from '$lib/ae_core/core__crud_generic';
// import { ae_loc, ae_sess, ae_api, ae_trig, slct, slct_trigger } from '$lib/ae_stores';
// *** Import Aether core components