Redmage/server/routes/htmx/htmx.go

6 lines
85 B
Go
Raw Normal View History

2024-04-07 12:11:25 +07:00
package htmx
import "github.com/go-chi/chi/v5"
func Register(router chi.Router) {}