More general clean up. Making event queries easier to use and understand.

This commit is contained in:
Scott Idem
2024-10-01 16:59:08 -04:00
parent 47e9f9f5a1
commit fad58bf26f
5 changed files with 175 additions and 50 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 '$lib/api_post_object';
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';