From 5b004f7565d22715c3a794352722e368738d0e59 Mon Sep 17 00:00:00 2001 From: Esteban De la Rosa Date: Thu, 20 Apr 2023 04:49:15 -0400 Subject: [PATCH] docs(www): Fix typo in alert component usage (#196) Co-authored-by: shadcn --- apps/www/content/docs/components/alert.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/content/docs/components/alert.mdx b/apps/www/content/docs/components/alert.mdx index 1be27bb472..196ada0364 100644 --- a/apps/www/content/docs/components/alert.mdx +++ b/apps/www/content/docs/components/alert.mdx @@ -31,7 +31,7 @@ npx shadcn-ui add alert ## Usage ```tsx -import { Alert, AlertDescription, AlertTitle } from "@/components/ui/card" +import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert" ``` ```tsx