From 713027cfe709dcd3573cabbe07279cbb302dd562 Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Tue, 31 Jan 2023 09:45:47 -0700 Subject: [PATCH] :skull: remove Nri.Ui.AssetPath --- elm.json | 1 - src/Nri/Ui/AssetPath.elm | 18 ------------------ tests/elm-verify-examples.json | 1 - 3 files changed, 20 deletions(-) delete mode 100644 src/Nri/Ui/AssetPath.elm 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",