Tear down everything
Fix config
This commit is contained in:
9
internal/common/component.go
Normal file
9
internal/common/component.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package common
|
||||
|
||||
import tea "charm.land/bubbletea/v2"
|
||||
|
||||
type Component interface {
|
||||
tea.Model
|
||||
//help.KeyMap
|
||||
SetSize(width int, height int)
|
||||
}
|
||||
Reference in New Issue
Block a user