forked from Mirrors/bubbletea
fix(examples): remove unused type in textarea example
This commit is contained in:
parent
6b685056fc
commit
31800cd0a7
|
@ -19,7 +19,6 @@ func main() {
|
|||
}
|
||||
}
|
||||
|
||||
type tickMsg struct{}
|
||||
type errMsg error
|
||||
|
||||
type model struct {
|
||||
|
|
Loading…
Reference in New Issue