Merge branch 'main' of github.com:mikestefanello/pagoda into admin

This commit is contained in:
mikestefanello 2025-04-10 09:16:59 -04:00
commit cabf8b9cdb
4 changed files with 29 additions and 27 deletions

View file

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

View file

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