Renamed main class to Main

This commit is contained in:
Rohan Sircar 2020-08-28 14:42:01 +05:30
parent ffeb4b1eb4
commit fe92f4edfb

View File

@ -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()