Got rid of more old APIs

This commit is contained in:
Roman Krček
2025-07-12 14:10:33 +02:00
parent b7483e7ff0
commit 8247cd33a6
4 changed files with 53 additions and 71 deletions

View File

@@ -1,4 +1,7 @@
GitHub Copilot Instructions for This Repository
If you have any questions, always ask me first.
Use Svelte 5 runes exclusively
Declare reactive state with $state(); derive values with $derived(); run side-effect logic with $effect() etc.