fix(examples): remove unused type in textarea example

This commit is contained in:
Christian Rocha 2022-08-19 09:29:18 -07:00
parent 6b685056fc
commit 31800cd0a7
No known key found for this signature in database
GPG Key ID: D6CC7A16E5878018
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ func main() {
} }
} }
type tickMsg struct{}
type errMsg error type errMsg error
type model struct { type model struct {