create base components

This commit is contained in:
Timofey
2025-08-29 14:01:39 +03:00
parent 691315da0d
commit ffe77d1ce0
15 changed files with 1577 additions and 160 deletions

9
frontend/.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 100,
"tabWidth": 2,
"arrowParens": "avoid",
"plugins": ["prettier-plugin-tailwindcss"]
}