'use client'
import { cn } from '@langgenius/dify-ui/cn'
export const MarketplaceInstallSourceIcon = () => (
)
export const GithubInstallSourceIcon = () => (
)
export const LocalPackageInstallSourceIcon = () => (
)
export const DropHintInstallSourceIcon = ({ className }: { className?: string }) => (
)