initial comit

This commit is contained in:
2025-10-12 16:47:41 -04:00
commit 3d24214064
34 changed files with 5786 additions and 0 deletions

7
.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"plugins": [
"@ianvs/prettier-plugin-sort-imports",
"prettier-plugin-tailwindcss"
],
"importOrder": ["^react", "<THIRD_PARTY_MODULES>", "^@/(.*)$", "^[./]"]
}