docs(www): Fix typo in alert component usage (#196)

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
Esteban De la Rosa
2023-04-20 04:49:15 -04:00
committed by GitHub
parent 5e915756d5
commit 5b004f7565

View File

@@ -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