removing the old test UI codes
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package events
|
||||
|
||||
import (
|
||||
"esdi/tui/internal/models"
|
||||
)
|
||||
|
||||
type Error struct {
|
||||
Error error
|
||||
}
|
||||
|
||||
type WindowCreated struct {
|
||||
Window models.Window
|
||||
}
|
||||
Reference in New Issue
Block a user