Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-06-02 12:51:13 +03:30
parent ec0fed8bb1
commit 95b6c71b7c
6 changed files with 107 additions and 22 deletions
+2 -1
View File
@@ -3,5 +3,6 @@
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2,
"plugins": ["prettier-plugin-tailwindcss"],
"trailingComma": "all"
}
}