summaryrefslogtreecommitdiff
blob: 42eadba674e06d22eeb7e8550ff878e5aeab8bad (plain)
1
2
3
4
5
6
module Util.Html exposing (nothing)

import Html

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