docs(www): update import path next.mdx (#1062)

This commit is contained in:
munan56
2023-07-28 19:56:19 +08:00
committed by GitHub
parent 91727ec460
commit 6cf598d47f

View File

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