11 lines
195 B
JavaScript
11 lines
195 B
JavaScript
|
import $ from 'jquery';
|
||
|
|
||
|
import { Touch } from '../../foundation.util.touch';
|
||
|
|
||
|
Touch.init($);
|
||
|
|
||
|
window.Foundation.Touch = Touch;
|
||
|
|
||
|
export { Foundation } from './foundation.core';
|
||
|
export { Touch };
|