We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff3d26 commit ef3c335Copy full SHA for ef3c335
apps/docs/components/preview.tsx
@@ -29,7 +29,7 @@ export const Preview = async ({ path, className }: ComponentPreviewProps) => {
29
30
const parsedCode = code
31
.replace(/@repo\/shadcn-ui\//g, "@/")
32
- .replace(/@repo\//g, "@/components/ai-elements/");
+ .replace(/@repo\/elements\//g, "@/components/ai-elements/");
33
34
const sourceComponentNames =
35
parsedCode
0 commit comments