Prettier / main page

This commit is contained in:
Leons Aleksandrovs
2025-07-02 14:51:00 +03:00
parent 20d173b276
commit 9803b5b35d
19 changed files with 341 additions and 346 deletions

View File

@@ -1,13 +1,11 @@
{
"projectName": ".",
"mode": "file-router",
"typescript": true,
"tailwind": true,
"packageManager": "bun",
"git": true,
"version": 1,
"framework": "react-cra",
"chosenAddOns": [
"tanstack-query"
]
}
"projectName": ".",
"mode": "file-router",
"typescript": true,
"tailwind": true,
"packageManager": "bun",
"git": true,
"version": 1,
"framework": "react-cra",
"chosenAddOns": ["tanstack-query"]
}