aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/View/Loading.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/elm/View/Loading.elm')
-rw-r--r--src/client/elm/View/Loading.elm12
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 ""