From 8e3a7bf1cb83bbb6e3dcd54308eefa52a29cd679 Mon Sep 17 00:00:00 2001 From: Joris Date: Fri, 3 Jun 2016 20:27:16 +0200 Subject: Migrate to elm 0.17 --- src/client/elm/Model/Translations.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/elm/Model/Translations.elm') diff --git a/src/client/elm/Model/Translations.elm b/src/client/elm/Model/Translations.elm index dbf378c..705cb66 100644 --- a/src/client/elm/Model/Translations.elm +++ b/src/client/elm/Model/Translations.elm @@ -1,10 +1,10 @@ -module Model.Translations +module Model.Translations exposing ( translationsDecoder , Translations , Translation , getMessage , getParamMessage - ) where + ) import Maybe exposing (withDefault) import Json.Decode as Json exposing ((:=)) -- cgit v1.2.3