Re-working the API library functions and files

This commit is contained in:
Scott Idem
2024-05-23 18:20:31 -04:00
parent fa58d1accb
commit 42fef3feb8
17 changed files with 1797 additions and 92 deletions

View File

@@ -5,7 +5,7 @@ import { onMount } from 'svelte';
import type { key_val } from '$lib/ae_stores';
// import { api, Element_obj_tbl_row } from 'aether_npm_lib';
import Element_obj_tbl_row from '$lib/element_obj_tbl_row.svelte';
import { post_object } from './api.js';
import { post_object } from './api_2024-05-23.js';
// *** Import Aether core components
// import Element_obj_tbl_row from './element_obj_tbl_row.svelte';