This is subotimal, must take the comments into consideration

This commit is contained in:
2026-01-12 19:32:01 +00:00
parent 583437cd75
commit f0dfdc26ac
3 changed files with 25 additions and 10 deletions
+7 -1
View File
@@ -1,6 +1,12 @@
package events
import "esdi/t/internal/models"
import (
"esdi/t/internal/models"
)
type Error struct {
Error error
}
type WindowCreated struct {
Window models.Window