Fixed HTMX listeners.

This commit is contained in:
mikestefanello 2025-04-01 10:23:32 -04:00
parent c8db468292
commit 4d7b780087
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),
),
),
)