its all events LETS GO - I still need to make it be all events

This commit is contained in:
2026-01-13 21:11:44 +00:00
parent 98e569d9be
commit 306929b8d3
12 changed files with 263 additions and 189 deletions
-13
View File
@@ -1,13 +0,0 @@
package events
import (
"esdi/tui/internal/models"
)
type Error struct {
Error error
}
type WindowCreated struct {
Window models.Window
}