hamburg-freifunk-wp-theme/src/assets/js/app.js
2019-02-08 20:07:22 +01:00

11 lines
305 B
JavaScript

import $ from 'jquery';
import whatInput from 'what-input';
window.$ = $;
import Foundation from 'foundation-sites';
// If you want to pick and choose which modules to include, comment out the above and uncomment
// the line below
//import './lib/foundation-explicit-pieces';
$(document).foundation();