diff options
Diffstat (limited to 'http/handler.go')
-rw-r--r-- | http/handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/handler.go b/http/handler.go index c53655b..1de6b8c 100644 --- a/http/handler.go +++ b/http/handler.go @@ -4,7 +4,7 @@ package http import ( "net/http" - g "github.com/maragudk/gomponents" + g "maragu.dev/gomponents" ) // Handler is like [http.Handler] but returns a [g.Node] and an error. |