Initial commit

This commit is contained in:
Valentin Silytuin
2024-04-27 23:37:54 +04:00
commit b9414854b2
17 changed files with 6498 additions and 0 deletions

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs"
}