Redesign UI with shadcn

This commit is contained in:
2024-12-01 13:46:34 +01:00
parent 8c13f50378
commit 27581d0057
25 changed files with 1758 additions and 376 deletions

View File

@@ -2,10 +2,13 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"types": ["react", "react-dom"],
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"common": ["../common/src/index.ts"],
"common/*": ["../common/src/*.ts"],
"backend": ["../backend/src/index.ts"],
"backend/*": ["../backend/src/*.ts"],
},
},
"references": [