We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24c373 commit 6d45919Copy full SHA for 6d45919
1 file changed
apps/website/src/components/registry/data.tsx
@@ -286,7 +286,12 @@ const Blocks: RegistryComponent[] = [
286
shadcnRegistry: {
287
name: "block-inline-code",
288
type: "registry:block",
289
- registryDependencies: ["shiki-highlighter", "client-shiki"],
+ registryDependencies: [
290
+ "shiki-highlighter",
291
+ "copy-button",
292
+ "code-block",
293
+ "client-shiki",
294
+ ],
295
target: "src/components/code-block/blocks/inline-code.tsx",
296
},
297
0 commit comments