Lots of code clean up. Finally working on the Launcher piece again.
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user