docs(www): update import in remix installation (#974)

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
Guten Ye
2023-08-04 02:27:39 +08:00
committed by GitHub
parent 6a1354e52d
commit de3c34845b

View File

@@ -103,7 +103,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/button"
import { Button } from "~/components/ui/button"
export default function Home() {
return (