fix and add charts

This commit is contained in:
2025-04-29 18:45:41 +02:00
parent 716bcc6fef
commit 896b0bf063
6 changed files with 761 additions and 58 deletions

View File

@ -11,11 +11,11 @@
"prefix": ""
},
"aliases": {
"components": "~/components",
"utils": "~/lib/utils",
"ui": "~/components/ui",
"lib": "~/lib",
"hooks": "~/hooks"
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}
}