Copy project from personal website
This commit is contained in:
2026-03-17 13:41:37 +01:00
commit 8e1df92813
29 changed files with 1989 additions and 0 deletions

1
frontend/utils/attr.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
type AttributeValue = number | string | EventListener;