Refactored code, working with database data

This commit is contained in:
2023-09-08 08:59:21 -04:00
parent 8c2a6368ad
commit 17b76ade1f
19 changed files with 211 additions and 379 deletions

View File

@@ -1,7 +1,8 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 100
"jsxSingleQuote": true,
"printWidth": 120
}