added websocket dependencies

This commit is contained in:
Yehowshua Immanuel 2025-01-01 01:48:55 -05:00
parent be408d89cd
commit b9db2eaa63
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/url": "1.0.0",
"kageurufu/elm-websockets": "1.0.1",
"mdgriffith/elm-ui": "1.1.8"
},
"indirect": {

View file

@ -9,6 +9,7 @@ import String exposing (right)
import Browser.Navigation
import Browser exposing (UrlRequest)
import Html exposing (header)
import Ports
-- internal imports
import Body