5 lines
140 B
TypeScript
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')
|