| 1 | import React, { Component } from 'react'; |
| 2 | import { DragDropContext, DragDropContextProvider } from 'react-dnd'; |
| 3 | import HTML5Backend, { NativeTypes } from 'react-dnd-html5-backend'; |
| 4 | import TargetBox from './TargetBox'; |
nothing calls this directly
no test coverage detected