Skip to content

Commit

Permalink
Fix missing shadcn aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Feb 4, 2025
1 parent 16b0f88 commit 9b79ca3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
}
}

0 comments on commit 9b79ca3

Please sign in to comment.