Refactor Match class and rename WebUI to WebUIMain; update HomeController for new UI structure
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
package components
|
||||
|
||||
import controllers.WebUIMain
|
||||
import de.knockoutwhist.components.DefaultConfiguration
|
||||
import de.knockoutwhist.ui.UI
|
||||
import de.knockoutwhist.utils.events.EventListener
|
||||
|
||||
//class WebApplicationConfiguration extends DefaultConfiguration {
|
||||
|
||||
|
||||
class WebApplicationConfiguration extends DefaultConfiguration {
|
||||
|
||||
//}
|
||||
override def uis: Set[UI] = super.uis + WebUIMain
|
||||
override def listener: Set[EventListener] = super.listener + WebUIMain
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user