mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-05 00:29:17 +03:00
💀 remove Nri.Ui.AssetPath
This commit is contained in:
parent
bb56a64bcb
commit
713027cfe7
1
elm.json
1
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",
|
||||
|
@ -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_
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user