Remove bad link and unused code

This commit is contained in:
Tessa Kelly 2020-04-08 15:09:04 -07:00
parent 48285f533a
commit e1daa06c1a

View File

@ -1,6 +1,6 @@
module Nri.Ui.Divider.V2 exposing (view)
{-| <https://staging.noredink.com/style_guide#ui/src/Nri/Divider.elm>
{-|
@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 =