Initial commit

This commit is contained in:
Gašper Dobrovoljc
2023-04-13 17:36:47 +02:00
commit de93ee957b
24 changed files with 2117 additions and 0 deletions

4
.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}