Renamed main class to Main
This commit is contained in:
parent
ffeb4b1eb4
commit
fe92f4edfb
@ -31,7 +31,7 @@ import io.odin.syntax._
|
||||
import io.odin.monix._
|
||||
import nova.monadic_sfx.pages.HomePage
|
||||
|
||||
object ScalaFXHelloWorld extends JFXApp with MainModule {
|
||||
object Main extends JFXApp with MainModule {
|
||||
|
||||
val logger = consoleLogger().withAsyncUnsafe()
|
||||
|
Loading…
Reference in New Issue
Block a user