Skip to content

Commit

Permalink
Fix: update alias configuration to resolve shadcn-ui/ui#6483 (#916)
Browse files Browse the repository at this point in the history
Co-authored-by: Kent C. Dodds <[email protected]>
  • Loading branch information
hakimLyon and kentcdodds authored Feb 2, 2025
1 parent 798aa07 commit d3a6dcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"aliases": {
"components": "#app/components",
"utils": "#app/utils/misc.tsx"
"utils": "#app/utils/misc.tsx",
"ui": "#app/components/ui"
}
}

0 comments on commit d3a6dcc

Please sign in to comment.