Skip to content

Commit

Permalink
fix: typo on carousel import (#2216)
Browse files Browse the repository at this point in the history
# What's changed

- [x] Fixed the typo on carousel component

before fix: "@/registry/new-york/ui/carousel"
after fix: "@/components/ui/carousel"

this is ease the user to copy paste without error
  • Loading branch information
nrmnqdds authored Jan 7, 2024
1 parent 2dd7864 commit ad32fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/content/docs/components/carousel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import {
CarouselItem,
CarouselNext,
CarouselPrevious,
} from "@/registry/new-york/ui/carousel"
} from "@/components/ui/carousel"
```

```tsx
Expand Down

1 comment on commit ad32fde

@vercel
Copy link

@vercel vercel bot commented on ad32fde Jan 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./apps/www

ui-shadcn-pro.vercel.app
ui.shadcn.com
ui-git-main-shadcn-pro.vercel.app
example-playground.vercel.app

Please sign in to comment.