htmgo/framework/assets/js/scripts/shiki.ts

6 lines
68 B
TypeScript
Raw Normal View History

import htmx from "htmx.org";
htmx.findAll("body");
alert("here");