just triggered an compiler error, marks it

This commit is contained in:
2019-11-27 21:54:54 +01:00
parent 32ff8bd2d6
commit c52fea683d
7 changed files with 87 additions and 62 deletions

View File

@@ -1,4 +1,4 @@
module Api.Player exposing (Player, Wealth, blankPlayer, get, list, wealthDecoder)
module Api.Player exposing (Player, Wealth, blankPlayer, get, list, playerDecoder, wealthDecoder)
import Http
import Json.Decode as D exposing (Decoder, int, string)