Move react over

This commit is contained in:
2024-07-22 02:50:28 +02:00
parent 2168e37413
commit 3e22aaf30c
54 changed files with 9080 additions and 615 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"printWidth": 120,
"tabWidth": 2,
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"arrowParens": "always",
"plugins": ["prettier-plugin-organize-imports"]
}