aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/View/Loading.elm
blob: f8c6cd63b341bde10177bb7c5a833cc7999fabd0 (plain)
1
2
3
4
5
6
7
8
module View.Loading
  ( renderLoading
  ) where

import Html exposing (..)

renderLoading : Html
renderLoading = text ""