refactor: data handling with derived

This commit is contained in:
maxid
2025-12-21 17:03:01 +01:00
parent bf84cc0a06
commit a974a3484b
7 changed files with 19 additions and 28 deletions

View File

@@ -16,7 +16,6 @@
(user: components['schemas']['UserRead']) => user.id !== currentUser().id
)
);
console.log('Current user:', currentUser());
</script>
<svelte:head>