diff --git a/src/Material/Badge.elm b/src/Material/Badge.elm index 34b6a49..6e7b569 100644 --- a/src/Material/Badge.elm +++ b/src/Material/Badge.elm @@ -30,9 +30,6 @@ module Material.Badge @docs withBadge, noBackground, overlap -} -import String -import Html exposing (Attribute) -import Html.Attributes exposing (attribute) import Material.Style exposing (Style, cs, attrib, multiple)