6 lines
68 B
TypeScript
6 lines
68 B
TypeScript
|
|
import htmx from "htmx.org";
|
||
|
|
|
||
|
|
htmx.findAll("body");
|
||
|
|
|
||
|
|
alert("here");
|