This commit is contained in:
efim 2023-04-25 09:45:21 +04:00
parent 62a4b265c2
commit dfff814079
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import org.scalajs.dom
val javascriptLogo: String = js.native val javascriptLogo: String = js.native
@main @main
def PlanningPokerUrgh(): Unit = def FrontendMain(): Unit =
renderOnDomContentLoaded( renderOnDomContentLoaded(
dom.document.getElementById("app"), dom.document.getElementById("app"),
Main.appElement() Main.appElement()