Skip to content

Commit 47c636f

Browse files
authored
[docs] Fix incorrect component import in docs (#2709)
Signed-off-by: Marten Bjork <[email protected]>
1 parent a4017b6 commit 47c636f

File tree

1 file changed

+1
-1
lines changed
  • docs/src/app/(public)/(content)/react/components/preview-card

1 file changed

+1
-1
lines changed

docs/src/app/(public)/(content)/react/components/preview-card/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
Import the component and assemble its parts:
2121

2222
```jsx title="Anatomy"
23-
import { PreviewCard } from '@base-ui-components/react/previewCard';
23+
import { PreviewCard } from '@base-ui-components/react/preview-card';
2424

2525
<PreviewCard.Root>
2626
<PreviewCard.Trigger />

0 commit comments

Comments
 (0)