clean up code

This commit is contained in:
2026-02-06 23:18:13 +01:00
parent 3cac486f6f
commit 11c3f141d5
31 changed files with 677 additions and 1915 deletions

17
.vscode/tasks.json vendored
View File

@@ -1,17 +0,0 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "vite: dev server",
"type": "shell",
"command": "npm",
"args": [
"run",
"dev"
],
"isBackground": true,
"problemMatcher": [],
"group": "build"
}
]
}