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 1de6b8c..47a6e37 100644 --- a/http/handler.go +++ b/http/handler.go @@ -4,7 +4,7 @@ package http import ( "net/http" - g "maragu.dev/gomponents" + g "go.alanpearce.eu/gomponents" ) // Handler is like [http.Handler] but returns a [g.Node] and an error. |