From 360ccc23ed5e336d13ecbebdc24dd9216a265ecc Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Tue, 22 Mar 2022 17:03:28 -0700 Subject: [PATCH] Elm review --- styleguide-app/Examples/DisclosureIndicator.elm | 1 - 1 file changed, 1 deletion(-) diff --git a/styleguide-app/Examples/DisclosureIndicator.elm b/styleguide-app/Examples/DisclosureIndicator.elm index d82d3f95..798722ec 100644 --- a/styleguide-app/Examples/DisclosureIndicator.elm +++ b/styleguide-app/Examples/DisclosureIndicator.elm @@ -14,7 +14,6 @@ import Debug.Control.View as ControlView import Example exposing (Example) import Html.Styled as Html import Html.Styled.Attributes exposing (css) -import Nri.Ui.Button.V10 as Button import Nri.Ui.DisclosureIndicator.V2 as DisclosureIndicator import Nri.Ui.Text.V6 as Text