| 6 | |
| 7 | @DragDropContext(HTML5Backend) |
| 8 | export default class Container extends Component { |
| 9 | render() { |
| 10 | return ( |
| 11 | <div style={{ overflow: 'hidden', clear: 'both', marginTop: '1.5rem' }}> |
nothing calls this directly
no outgoing calls
no test coverage detected