hugo-theme-cyberscopes/assets/js/main-htmx.ts

5 lines
140 B
TypeScript

import htmx from 'htmx.org/dist/htmx.esm.js'
//console.log(htmx)
window.htmx = htmx
require('htmx-ext-sse')
require('htmx-ext-path-params')