diff --git a/elm.json b/elm.json index 49458f1..96cab15 100644 --- a/elm.json +++ b/elm.json @@ -13,7 +13,6 @@ "elm/html": "1.0.0", "elm/json": "1.1.3", "elm/random": "1.0.0", - "elm-community/list-extra": "8.2.4", "ohanhi/keyboard": "2.0.1", "rtfeldman/elm-css": "16.0.1", "tesk9/accessible-html-with-css": "2.1.1" diff --git a/src/League.elm b/src/League.elm index 6f80d03..0a0545c 100644 --- a/src/League.elm +++ b/src/League.elm @@ -18,7 +18,6 @@ import Dict exposing (Dict) import Elo import Json.Decode as Decode exposing (Decoder) import Json.Encode as Encode -import List.Extra import Player exposing (Player) import Random exposing (Generator)