I guess this is better than it was...

This commit is contained in:
Scott Idem
2024-03-27 17:55:31 -04:00
parent 3082c07e3e
commit 8d8fb0b638
22 changed files with 582 additions and 443 deletions

View File

@@ -1,5 +1,6 @@
<script lang="ts">
export let data;
export let data: any;
console.log(`ae_ Svelte Events Speakers +page data:`, data);
import { onMount } from 'svelte';