Wrapping up for the day

This commit is contained in:
Scott Idem
2024-02-27 20:21:02 -05:00
parent ed97cba7a6
commit 00a28588b7
5 changed files with 279 additions and 181 deletions

View File

@@ -53,6 +53,7 @@ console.log($ae_loc, $ae_sess, $ae_api);
import Element_access_type from '$lib/element_access_type.svelte';
import Element_app_cfg from '$lib/element_app_cfg.svelte';
export let data;
console.log(`ae_ Svelte +Layout page data:`, data);
@@ -326,6 +327,8 @@ $: if ($slct_trigger == 'set_access_code_li' && !$ae_loc.ds['hub__page__access_c
<Element_access_type />
<Element_app_cfg />
<style lang="postcss">
</style>