| 1 | import React, { PureComponent as Component } from 'react'; |
| 2 | import PropTypes from 'prop-types'; |
| 3 | import { connect } from 'react-redux'; |
| 4 | import { Button, Form, Input, Icon, Tooltip, Select, message, Row, Col, Radio } from 'antd'; |
nothing calls this directly
no test coverage detected