Removing old code. Updated dev/test doc.

This commit is contained in:
Scott Idem
2026-03-17 13:20:26 -04:00
parent adef935188
commit ce09dcd09b
11 changed files with 3 additions and 20 deletions

View File

@@ -12,7 +12,6 @@
import { onMount, onDestroy, untrack } from 'svelte';
// *** Import other supporting libraries
// import { Modal } from 'flowbite-svelte';
import { liveQuery } from 'dexie';
// *** Import Aether specific variables and functions

View File

@@ -19,9 +19,6 @@
}: Props = $props();
// *** Import Svelte specific
// import { onMount } from 'svelte';
// import { Spinner } from 'flowbite-svelte';
// browser import removed — $effect is used instead (runs only in browser)
// *** Import Aether specific variables and functions
import { ae_util } from '$lib/ae_utils/ae_utils';