aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/globals.js
blob: 24974da90e247baccb9f7b16b186984c0656968d (plain)
1
2
3
4
5
import jquery from 'jquery';
import htmx from 'htmx.org/dist/htmx.esm.js';

window.$ = window.jQuery = jquery;
window.htmx = htmx;