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