From e1daa06c1a836de7aa05fc8f1336105da50ba6a9 Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Wed, 8 Apr 2020 15:09:04 -0700 Subject: [PATCH] Remove bad link and unused code --- src/Nri/Ui/Divider/V2.elm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/Nri/Ui/Divider/V2.elm b/src/Nri/Ui/Divider/V2.elm index 49c0ea91..d2b99c9d 100644 --- a/src/Nri/Ui/Divider/V2.elm +++ b/src/Nri/Ui/Divider/V2.elm @@ -1,6 +1,6 @@ module Nri.Ui.Divider.V2 exposing (view) -{-| +{-| @docs view @@ -11,12 +11,6 @@ import Html.Styled as Html exposing (..) import Nri.Ui.Colors.V1 as Colors -type alias Config = - { lineColor : Css.Color - , textColor : Css.Color - } - - {-| -} view : String -> Html msg view text =