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