Moving things to SK. Added events and sessions.

This commit is contained in:
Scott Idem
2024-05-24 19:02:52 -04:00
parent d9ff625db6
commit 359c147167
6 changed files with 397 additions and 19 deletions

View File

@@ -80,7 +80,7 @@ if ($events_loc.leads.auth_exhibit_kv && $events_loc.leads.auth_exhibit_kv[$even
onMount(() => {
console.log('Events Leads Exhibit [slug]: +page.svelte');
console.log('Events Event [slug]: +page.svelte');
// console.log(`ae_events_leads exhibit [slug] +page.svelte data:`, data);
@@ -106,7 +106,7 @@ onMount(() => {
{#if $events_slct.event_id && $event_obj}
Nothing to see
<h2>{$event_obj.name}</h2>
{/if}
</section>