import {$,jQuery} from './jquery';
// export for others scripts to use
window.$ = $;
window.jQuery = jQuery;