Tear down everything

Fix config
This commit is contained in:
Martin Pander
2026-02-26 20:00:56 +01:00
parent 6b1418fc71
commit 418bcd96a8
50 changed files with 256 additions and 8377 deletions

View 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)
}