We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f831d3 commit e663ba5Copy full SHA for e663ba5
1 file changed
apps/sim/app/(landing)/blog/[slug]/share-button.tsx
@@ -1,14 +1,15 @@
1
'use client'
2
3
import { useState } from 'react'
4
-import { Copy, Share2 } from 'lucide-react'
5
-import { LinkedInIcon, xIcon as XIcon } from '@/components/icons'
+import { Share2 } from 'lucide-react'
6
import {
7
DropdownMenu,
8
DropdownMenuContent,
9
DropdownMenuItem,
10
DropdownMenuTrigger,
11
} from '@/components/emcn'
+import { Copy } from '@/components/emcn/icons'
12
+import { LinkedInIcon, xIcon as XIcon } from '@/components/icons'
13
14
interface ShareButtonProps {
15
url: string
0 commit comments