remove controller layer

This commit is contained in:
2023-06-28 15:41:06 +02:00
parent b688fb85d3
commit 17b2aab4fa
6 changed files with 25 additions and 34 deletions

View File

@@ -1,7 +1,6 @@
package domain
type Screen struct {
Controller ControllerInterface
}
type ScreenManager struct {