src/core/main.js
/**
* @file main.js
* Main file to setup event listeners on the document, and to expose the ZingTouch object
*/
import ZingTouch from './../ZingTouch.js';
window.ZingTouch = ZingTouch;
export {ZingTouch};
/**
* @file main.js
* Main file to setup event listeners on the document, and to expose the ZingTouch object
*/
import ZingTouch from './../ZingTouch.js';
window.ZingTouch = ZingTouch;
export {ZingTouch};