fix: shadcn aliases

This commit is contained in:
moolcoov
2025-02-27 18:17:41 +03:00
parent 0b843ced89
commit db0c549435
4 changed files with 534 additions and 5 deletions
+4 -4
View File
@@ -12,10 +12,10 @@
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"utils": "@/shared/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
"lib": "@/shared/lib",
"hooks": "@/shared/hooks"
},
"iconLibrary": "lucide"
}
}