first commit
Some checks failed
Deploy Application / deploy (push) Failing after 7m8s

This commit is contained in:
2025-06-11 21:01:17 +04:00
commit 5c7e5fabbb
29 changed files with 3074 additions and 0 deletions

7
.prettierrc.json Normal file
View File

@ -0,0 +1,7 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"printWidth": 100
}