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