modules/behavior/index.js (12 lines of code) (raw):
export { behaviorAddWay } from './add_way';
export { behaviorBreathe } from './breathe';
export { behaviorDrag } from './drag';
export { behaviorDrawWay } from './draw_way';
export { behaviorDraw } from './draw';
export { behaviorEdit } from './edit';
export { behaviorHash } from './hash';
export { behaviorHover } from './hover';
export { behaviorLasso } from './lasso';
export { behaviorOperation } from './operation';
export { behaviorPaste } from './paste';
export { behaviorSelect } from './select';