module View.Loading ( renderLoading ) where import Signal exposing (Address) import Html exposing (..) import Action exposing (Action) renderLoading : Address Action -> Html renderLoading address = text ""