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