module View.Loading
  ( renderLoading
  ) where

import Html exposing (..)

renderLoading : Html
renderLoading = text ""