import { RiArrowUpDoubleLine } from '@remixicon/react' import Card from '@/app/components/plugins/card' import CardMoreInfo from '@/app/components/plugins/card/card-more-info' import { toolNotion } from '@/app/components/plugins/card/card-mock' import { useGetLanguage } from '@/context/i18n' type MarketplaceProps = { onMarketplaceScroll: () => void } const Marketplace = ({ onMarketplaceScroll, }: MarketplaceProps) => { const locale = useGetLanguage() return (
onMarketplaceScroll()} />
More from Marketplace
Discover models , tools , extensions and bundles in Dify Marketplace
Featured
Our top picks to get you started
} /> } /> } /> } /> } />
Popular
Explore the library and discover the incredible work of our community
} /> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> } />
) } export default Marketplace