Initial Commit

This commit is contained in:
fro1991
2025-02-13 12:19:18 +07:00
commit 92b1d5475c
1819 changed files with 154611 additions and 0 deletions

8
.prettierrc Normal file
View File

@ -0,0 +1,8 @@
{
"semi": true,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "none",
"jsxBracketSameLine": false
}