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 322738f commit 90fedbcCopy full SHA for 90fedbc
templates/website/src/blocks/Code/CopyButton.tsx
@@ -1,6 +1,6 @@
1
'use client'
2
import { Button } from '@/components/ui/button'
3
-import { CopyIcon } from '@payloadcms/ui'
+import { CopyIcon } from '@payloadcms/ui/icons/Copy'
4
import { useState } from 'react'
5
6
export function CopyButton({ code }: { code: string }) {
templates/with-vercel-website/src/blocks/Code/CopyButton.tsx
0 commit comments