Skip to content

Commit

Permalink
fix: typo on carousel import
Browse files Browse the repository at this point in the history
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 Dec 27, 2023
1 parent 6b523b6 commit b5a46be
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

0 comments on commit b5a46be

Please sign in to comment.