diff options
Diffstat (limited to 'html/attributes_test.go')
-rw-r--r-- | html/attributes_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/attributes_test.go b/html/attributes_test.go index 3eb0252..8f72e41 100644 --- a/html/attributes_test.go +++ b/html/attributes_test.go @@ -4,9 +4,9 @@ import ( "fmt" "testing" - g "github.com/maragudk/gomponents" - . "github.com/maragudk/gomponents/html" - "github.com/maragudk/gomponents/internal/assert" + g "maragu.dev/gomponents" + . "maragu.dev/gomponents/html" + "maragu.dev/gomponents/internal/assert" ) func TestBooleanAttributes(t *testing.T) { |