Fixed HTMX listeners.

This commit is contained in:
mikestefanello 2025-04-01 10:23:32 -04:00
parent 9441014517
commit efab433d5c
4 changed files with 32 additions and 22 deletions

View file

@ -36,6 +36,7 @@ func Primary(r *ui.Request, content Node) Node {
),
),
),
HtmxListeners(r),
),
),
)