worked on notes

This commit is contained in:
2025-07-28 23:21:19 +02:00
parent 65df45482f
commit 3a348ddce1
9 changed files with 22 additions and 17 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
import { checkUser, tryLogin } from '../user.svelte.js';
import { useTinyRouter } from 'svelte-tiny-router';
let credentials = { username : null, password : null }
let credentials = $state({ username : null, password : null });
let services = $state([]);
const router = useTinyRouter();