mobmash.click/resources/js/htmx.js

5 lines
94 B
JavaScript
Raw Normal View History

import htmx from 'htmx.org';
console.log("htmx loaded");
//htmx.logAll();
window.htmx = htmx;