fix: setup import for shadcn components
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
"baseColor": "zinc"
|
||||
},
|
||||
"aliases": {
|
||||
"components": "$lib/components",
|
||||
"utils": "$lib/utils",
|
||||
"ui": "$lib/components/ui",
|
||||
"hooks": "$lib/hooks",
|
||||
"lib": "$lib"
|
||||
"components": "$shared/ui",
|
||||
"utils": "$shared/utils/shadcn-utils",
|
||||
"ui": "$shared/ui",
|
||||
"hooks": "$shared/hooks",
|
||||
"lib": "$shared"
|
||||
},
|
||||
"typescript": true,
|
||||
"registry": "https://shadcn-svelte.com/registry"
|
||||
|
||||
Reference in New Issue
Block a user