about summary refs log tree commit diff stats
path: root/http/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'http/handler.go')
-rw-r--r--http/handler.go2
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.