diff options
Diffstat (limited to 'src/client/elm/View/Loading.elm')
| -rw-r--r-- | src/client/elm/View/Loading.elm | 12 | 
1 files changed, 0 insertions, 12 deletions
| diff --git a/src/client/elm/View/Loading.elm b/src/client/elm/View/Loading.elm deleted file mode 100644 index 5270099..0000000 --- a/src/client/elm/View/Loading.elm +++ /dev/null @@ -1,12 +0,0 @@ -module View.Loading -  ( renderLoading -  ) where - -import Signal exposing (Address) - -import Html exposing (..) - -import Action exposing (Action) - -renderLoading : Address Action -> Html -renderLoading address = text "" | 
