Fix example app to use maragu.dev/gomponents module path (#216)
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M internal/examples/app/html/about.go → internal/examples/app/html/about.go
@@ -3,8 +3,8 @@ import ( "time" - . "github.com/maragudk/gomponents" - . "github.com/maragudk/gomponents/html" + . "maragu.dev/gomponents" + . "maragu.dev/gomponents/html" ) func AboutPage() Node {