1 2 3 4 5 6 7 8
module View.Loading ( renderLoading ) where import Html exposing (..) renderLoading : Html renderLoading = text ""