From ad32fdeb7d10d3a5f9e4df7a152c9608c9483f30 Mon Sep 17 00:00:00 2001 From: Nuriman Quddus <65181897+nrmnqdds@users.noreply.github.com> Date: Sun, 7 Jan 2024 16:04:54 +0800 Subject: [PATCH] fix: typo on carousel import (#2216) # 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 --- apps/www/content/docs/components/carousel.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/content/docs/components/carousel.mdx b/apps/www/content/docs/components/carousel.mdx index 3511789ccac..604dfad9426 100644 --- a/apps/www/content/docs/components/carousel.mdx +++ b/apps/www/content/docs/components/carousel.mdx @@ -61,7 +61,7 @@ import { CarouselItem, CarouselNext, CarouselPrevious, -} from "@/registry/new-york/ui/carousel" +} from "@/components/ui/carousel" ``` ```tsx