import {Form, Input, Typography} from 'antd' import React from 'react' import {t} from 'ttag' export default function NamecheapConnectorForm() { return ( <> {t`Retreive an API key and whitelist this instance's IP address on Namecheap's website`} } > ) }