function moveSections({ sections }, { payload: { sourceId, targetId } }) {
  return move({ sourceId, targetId, data: sections });
}