module View.Loading
  ( renderLoading
  ) where

import Signal exposing (Address)

import Html exposing (..)

import Model.Action exposing (Action)

renderLoading : Address Action -> Html
renderLoading address = text ""