diff options
Diffstat (limited to 'src/client/elm/View/Loading.elm')
-rw-r--r-- | src/client/elm/View/Loading.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/elm/View/Loading.elm b/src/client/elm/View/Loading.elm index cfd5d0f..5270099 100644 --- a/src/client/elm/View/Loading.elm +++ b/src/client/elm/View/Loading.elm @@ -6,7 +6,7 @@ import Signal exposing (Address) import Html exposing (..) -import Model.Action exposing (Action) +import Action exposing (Action) renderLoading : Address Action -> Html renderLoading address = text "" |