Initial commit

This commit is contained in:
2025-03-18 12:24:49 -05:00
commit 38379a0df7
43 changed files with 8976 additions and 0 deletions

5
.prettierrc Normal file
View File

@ -0,0 +1,5 @@
{
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "all"
}