module Shared.Util.Html exposing (nothing) import Html nothing : (Html.Html a) nothing = (Html.text "")