removing scalajs annotations as unavailable in jvm
This commit is contained in:
parent
313cf3a405
commit
d171dc31f5
|
@ -2,10 +2,7 @@ package industries.sunshine.planningpoker.common
|
|||
|
||||
import java.util.UUID
|
||||
import io.circe._
|
||||
import scala.scalajs.js
|
||||
import scala.scalajs.js.annotation.JSExportTopLevel
|
||||
|
||||
@JSExportTopLevel("Models", "library")
|
||||
object Models {
|
||||
|
||||
/** view of the single planning poker round
|
||||
|
|
|
@ -3,10 +3,6 @@ package industries.sunshine.planningpoker
|
|||
import io.circe.generic.semiauto._
|
||||
import io.circe._
|
||||
|
||||
import scala.scalajs.js
|
||||
import scala.scalajs.js.annotation.JSExportTopLevel
|
||||
|
||||
@JSExportTopLevel("Requests", "library")
|
||||
object Requests {
|
||||
final case class LogIn(roomName: String, nickname: String, password: String) derives Codec.AsObject
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue