diff options
Diffstat (limited to 'html/attributes.go')
-rw-r--r-- | html/attributes.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/attributes.go b/html/attributes.go index 6787cf8..7748e0e 100644 --- a/html/attributes.go +++ b/html/attributes.go @@ -1,7 +1,7 @@ package html import ( - g "github.com/maragudk/gomponents" + g "maragu.dev/gomponents" ) func Async() g.Node { |