From c094266ccbc2cb4ebac4e2f2f6f9aee5c5740db8 Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Thu, 3 Oct 2024 11:32:52 +0200 Subject: Fix example app to use maragu.dev/gomponents module path (#216) --- internal/examples/app/html/about.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/examples/app/html/about.go') diff --git a/internal/examples/app/html/about.go b/internal/examples/app/html/about.go index 37b797f..61a5001 100644 --- a/internal/examples/app/html/about.go +++ b/internal/examples/app/html/about.go @@ -3,8 +3,8 @@ package html import ( "time" - . "github.com/maragudk/gomponents" - . "github.com/maragudk/gomponents/html" + . "maragu.dev/gomponents" + . "maragu.dev/gomponents/html" ) func AboutPage() Node { -- cgit 1.4.1