Lots of code clean up. Finally working on the Launcher piece again.

This commit is contained in:
Scott Idem
2025-07-21 16:40:37 -04:00
parent ee0e108322
commit b54f43be35
25 changed files with 411 additions and 355 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
let log_lvl: number = 0;
let log_lvl: number = $state(0);
// *** Import Svelte specific
import { page } from '$app/state';