all repos — gomponents @ c094266ccbc2cb4ebac4e2f2f6f9aee5c5740db8

HTML components in pure Go

Fix example app to use maragu.dev/gomponents module path (#216)

Markus Wüstenberg
commit

c094266ccbc2cb4ebac4e2f2f6f9aee5c5740db8

parent

fe24f0575214093cc72201ecc1cc463865dcb1e2

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M internal/examples/app/html/about.gointernal/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 {