diff --git a/elm.json b/elm.json index 4dc3d5a8..2de4b5f6 100644 --- a/elm.json +++ b/elm.json @@ -9,7 +9,6 @@ "Nri.Ui", "Nri.Ui.Accordion.V3", "Nri.Ui.AnimatedIcon.V1", - "Nri.Ui.AssetPath", "Nri.Ui.AssignmentIcon.V2", "Nri.Ui.Balloon.V2", "Nri.Ui.Block.V4", diff --git a/src/Nri/Ui/AssetPath.elm b/src/Nri/Ui/AssetPath.elm deleted file mode 100644 index c2e553f8..00000000 --- a/src/Nri/Ui/AssetPath.elm +++ /dev/null @@ -1,18 +0,0 @@ -module Nri.Ui.AssetPath exposing (Asset(..), url) - -{-| Helpers for dealing with assets. - -@docs Asset, url - --} - - -{-| -} -type Asset - = Asset String - - -{-| -} -url : Asset -> String -url (Asset url_) = - url_ diff --git a/tests/elm-verify-examples.json b/tests/elm-verify-examples.json index 3830b689..72b68b23 100644 --- a/tests/elm-verify-examples.json +++ b/tests/elm-verify-examples.json @@ -5,7 +5,6 @@ "Nri.Ui", "Nri.Ui.Accordion.V3", "Nri.Ui.AnimatedIcon.V1", - "Nri.Ui.AssetPath", "Nri.Ui.AssignmentIcon.V2", "Nri.Ui.Balloon.V2", "Nri.Ui.Block.V4",