Guest User

Untitled

a guest
Nov 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. export default (props: IVerticalColumnProps) =>
  2. <DroppableWrapper droppableId={props.column.id} className="source">
  3. <DraggableListItems items={props.items} />
  4. </DroppableWrapper>
Add Comment
Please, Sign In to add comment