A lot of little changes everywhere. Sorry...

This commit is contained in:
Scott Idem
2024-03-02 20:09:25 -05:00
parent 0dbf869d5d
commit 4db9e68543
12 changed files with 434 additions and 166 deletions

View File

@@ -1,4 +1,8 @@
<script lang="ts">
/** @type {import('./$types').PageData} */
export let data;
console.log(`ae_ Svelte root +page data:`, data);
import { onMount } from 'svelte';
import { PUBLIC_TESTING } from '$env/static/public';