diff options
Diffstat (limited to 'html/elements.go')
-rw-r--r-- | html/elements.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/elements.go b/html/elements.go index 86cfbd4..efc83df 100644 --- a/html/elements.go +++ b/html/elements.go @@ -8,7 +8,7 @@ package html import ( "io" - g "github.com/maragudk/gomponents" + g "maragu.dev/gomponents" ) // Doctype returns a special kind of [g.Node] that prefixes its sibling with the string "<!doctype html>". |