summaryrefslogtreecommitdiff
blob: 8b803f701e00c7a80cc1aba5259848ce755112f2 (plain)
1
2
3
4
5
6
module Shared.Util.Html exposing (nothing)

import Html

nothing : (Html.Html a)
nothing = (Html.text "")