cleanup
This commit is contained in:
parent
62a4b265c2
commit
dfff814079
|
@ -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()
|
Loading…
Reference in New Issue