import { Divider, Input } from 'antd'; import React from 'react'; import { useTranslation } from 'react-i18next'; import { useCollectionManager } from '../collection-manager'; export const SelectCollection = ({ value, onChange, setSelected }) => { const { t } = useTranslation(); const { collections } = useCollectionManager(); return (