about summary refs log tree commit diff stats
path: root/internal/examples/app/html/components.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/examples/app/html/components.go')
-rw-r--r--internal/examples/app/html/components.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/examples/app/html/components.go b/internal/examples/app/html/components.go
index 25880a3..ad5d582 100644
--- a/internal/examples/app/html/components.go
+++ b/internal/examples/app/html/components.go
@@ -1,9 +1,9 @@
 package html
 
 import (
-	. "github.com/maragudk/gomponents"
-	. "github.com/maragudk/gomponents/components"
-	. "github.com/maragudk/gomponents/html"
+	. "maragu.dev/gomponents"
+	. "maragu.dev/gomponents/components"
+	. "maragu.dev/gomponents/html"
 )
 
 func page(title string, children ...Node) Node {