| 1 | import './ProjectCard.scss'; |
| 2 | import React, { PureComponent as Component } from 'react'; |
| 3 | import { Card, Icon, Tooltip, Modal, Alert, Input, message } from 'antd'; |
| 4 | import { connect } from 'react-redux'; |
nothing calls this directly
no test coverage detected