import updateDataManagerSegment from './updateDataManagerSegment'; import updateBaseComponentSegment from './updateBaseComponentSegment'; import updateLinksSegment from './updateLinksSegment'; import updateRelationshipsSegment from './updateRelationshipsSegment'; import updateLabelsSegment from './updateLabelsSegment'; import updateComponentTypeSegment from './updateComponentTypeSegment'; export { updateDataManagerSegment, updateBaseComponentSegment, updateLinksSegment, updateLabelsSegment, updateRelationshipsSegment, updateComponentTypeSegment, };