A lot of code clean up. Also making things look better.

This commit is contained in:
Scott Idem
2024-06-28 17:56:39 -04:00
parent 9f7a19c4b9
commit acaff7634d
10 changed files with 800 additions and 785 deletions

View File

@@ -34,6 +34,14 @@ export type key_val = {
};
// export type key_val = key_val;
import { html__not_set } from './ae_string_snippets';
export let ae_html =
{
'not_set': html__not_set,
};
// *** BEGIN *** Longer-term app data. This should be stored to local storage.
export let ae_app_local_data_struct: key_val = {
'ver': '2024-06-26_13',