Move module to git.codemonkeysoftware.net

This commit is contained in:
2023-12-20 15:35:09 -07:00
parent 38aea4a033
commit cbf7aa6a9d
16 changed files with 78 additions and 71 deletions

View File

@ -1,9 +1,9 @@
// GENERATED BY gitlab.codemonkeysoftware.net/b/hatmill/internal/codegen
// GENERATED BY git.codemonkeysoftware.net/b/hatmill/internal/codegen
// DO NOT EDIT!
package element
import "gitlab.codemonkeysoftware.net/b/hatmill"
import "git.codemonkeysoftware.net/b/hatmill"
// A creates a <a> element.
func A(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement {