import { useTranslation } from 'react-i18next' import { Notion } from '../icons/src/public/common' import { Icon3Dots } from '../icons/src/vender/line/others' import Button from '../button' import React from 'react' type NotionConnectorProps = { onSetting: () => void } const NotionConnector = ({ onSetting }: NotionConnectorProps) => { const { t } = useTranslation() return (