import attachFeatureSetService from './attachFeatureSetService';
import detachFeatureSetService from './detachFeatureSetService';
import changeLocationService from './changeLocationService';

export {
  attachFeatureSetService,
  changeLocationService,
  detachFeatureSetService,
};
