import {Alert, Form, Input, Typography} from 'antd' import React from 'react' import {t} from 'ttag' export default function NamecomConnectorForm() { return ( <> {t`Retrieve a set of tokens from your customer account on the Provider's website`} } > ) }