mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-19 19:51:37 +03:00
Remove bad link and unused code
This commit is contained in:
parent
48285f533a
commit
e1daa06c1a
@ -1,6 +1,6 @@
|
|||||||
module Nri.Ui.Divider.V2 exposing (view)
|
module Nri.Ui.Divider.V2 exposing (view)
|
||||||
|
|
||||||
{-| <https://staging.noredink.com/style_guide#ui/src/Nri/Divider.elm>
|
{-|
|
||||||
|
|
||||||
@docs view
|
@docs view
|
||||||
|
|
||||||
@ -11,12 +11,6 @@ import Html.Styled as Html exposing (..)
|
|||||||
import Nri.Ui.Colors.V1 as Colors
|
import Nri.Ui.Colors.V1 as Colors
|
||||||
|
|
||||||
|
|
||||||
type alias Config =
|
|
||||||
{ lineColor : Css.Color
|
|
||||||
, textColor : Css.Color
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
{-| -}
|
{-| -}
|
||||||
view : String -> Html msg
|
view : String -> Html msg
|
||||||
view text =
|
view text =
|
||||||
|
Loading…
Reference in New Issue
Block a user