diff --git a/examples/gno.land/p/demo/forms/forms_json.gno b/examples/gno.land/p/demo/forms/forms_json.gno index 464e10d5c9a..91c97300edb 100644 --- a/examples/gno.land/p/demo/forms/forms_json.gno +++ b/examples/gno.land/p/demo/forms/forms_json.gno @@ -1,11 +1,9 @@ package forms import ( - "std" "strings" "gno.land/p/demo/json" - "gno.land/p/demo/ufmt" ) func (b *json.NodeBuilder) WriteFormFields(key string, fields []Field) *json.NodeBuilder { diff --git a/examples/gno.land/r/demo/forms/forms.gno b/examples/gno.land/r/demo/forms/forms.gno index 7c2e35bfe7b..be7e6ec8f6c 100644 --- a/examples/gno.land/r/demo/forms/forms.gno +++ b/examples/gno.land/r/demo/forms/forms.gno @@ -2,7 +2,6 @@ package forms import ( "std" - "strings" "gno.land/p/demo/forms" "gno.land/p/demo/json"