Saving changes that seem to be safe and working.

This commit is contained in:
Scott Idem
2026-01-29 11:08:34 -05:00
parent 20f1f5ad27
commit 6a132af2ae
15 changed files with 8 additions and 43463 deletions

View File

@@ -1,19 +1,11 @@
<script lang="ts">
import { onMount } from 'svelte';
// *** Import Aether core variables and functions
// *** Import Aether related
import type { key_val } from '$lib/stores/ae_stores';
// import { api, Element_obj_tbl_row } from 'aether_npm_lib';
import Element_obj_tbl_row from '$lib/elements/element_obj_tbl_row.svelte';
import { post_object } from '$lib/ae_api/api_post_object';
// *** Import Aether core components
// import Element_obj_tbl_row from './element_obj_tbl_row.svelte';
// *** Import Aether module variables and functions
// *** Import Aether module components
interface Props {
// *** Export/Exposed variables and functions for component
api_cfg: any;