import touchStart from './touchStart'; import touchStartActivate from './touchStartActivate'; import touchDrag from './touchDrag'; import touchEnd from './touchEnd'; import touchTap from './touchTap'; import touchPress from './touchPress'; export { touchStart, touchStartActivate, touchDrag, touchEnd, touchTap, touchPress };