General code clean up. Removing old stuff.

This commit is contained in:
Scott Idem
2026-02-11 13:41:41 -05:00
parent 3ffe9cbcc9
commit cda7a5421c
16 changed files with 96 additions and 155 deletions

View File

@@ -5,7 +5,7 @@
// *** Import Svelte specific
import { untrack } from 'svelte';
// import { browser } from '$app/environment';
import { goto, invalidateAll } from '$app/navigation';
import { goto } from '$app/navigation';
// *** Import other supporting libraries
// import * as icons from '@lucide/svelte';