temporarily hardcoding backend room and session
This commit is contained in:
@@ -25,7 +25,6 @@ object Main {
|
||||
)
|
||||
// TODO is this ok for state creation? link with auth component and use in another?
|
||||
val appStateSignal = Var(AppState(Some(TestModels.me.id))).signal
|
||||
val staticStateSignal = Var(TestModels.testRoom).signal
|
||||
|
||||
import io.laminext.websocket.circe.WebSocket._
|
||||
import io.laminext.websocket.circe.webSocketReceiveBuilderSyntax
|
||||
|
||||
Reference in New Issue
Block a user