From 60d21416ea53ec40f2cb89b4579ca3a9ab75b1a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Debois?= Date: Thu, 24 Mar 2016 11:06:52 +0100 Subject: [PATCH] Removed unused imports. --- src/Material/Badge.elm | 3 --- 1 file changed, 3 deletions(-) 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)