A lot of code clean up. Also making things look better.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user