merge front end to server

This commit is contained in:
Nikola Petrov
2024-08-01 14:36:35 +02:00
parent d2e06bfaab
commit 76f638d818
16 changed files with 1160 additions and 5 deletions

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

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