small improvements

This commit is contained in:
Kujtim Hoxha
2025-04-17 13:45:26 +02:00
parent caea293759
commit c24e3c18e0
11 changed files with 149 additions and 37 deletions

View File

@@ -10,6 +10,7 @@ import (
type Container interface {
tea.Model
Sizeable
Bindings
}
type container struct {
width int