Skip to content

Commit

Permalink
docs(www): update import path next.mdx (shadcn-ui#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
munan56 authored and lloydrichards committed Oct 3, 2023
1 parent 0058410 commit 8ab8458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/content/docs/installation/next.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ npx shadcn-ui@latest add button
The command above will add the `Button` component to your project. You can then import it like this:

```tsx {1,6} showLineNumbers
import { Button } from "@/components/ui"
import { Button } from "@/components/ui/button"

export default function Home() {
return (
Expand Down

0 comments on commit 8ab8458

Please sign in to comment.