mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-08 07:27:44 +03:00
elm format again
This commit is contained in:
parent
755520a306
commit
8658df818f
@ -89,9 +89,9 @@ all =
|
|||||||
, ( "gift", UiIcon.gift, [] )
|
, ( "gift", UiIcon.gift, [] )
|
||||||
, ( "openInNewTab", UiIcon.openInNewTab, [] )
|
, ( "openInNewTab", UiIcon.openInNewTab, [] )
|
||||||
, ( "sync", UiIcon.sync, [] )
|
, ( "sync", UiIcon.sync, [] )
|
||||||
, ( "delete", UiIcon.delete, [])
|
, ( "delete", UiIcon.delete, [] )
|
||||||
, ( "addSticker", UiIcon.addSticker, [])
|
, ( "addSticker", UiIcon.addSticker, [] )
|
||||||
, ( "circle", UiIcon.circle, [])
|
, ( "circle", UiIcon.circle, [] )
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
, ( "Guidance"
|
, ( "Guidance"
|
||||||
|
@ -8,7 +8,7 @@ module Examples.COLLECTION_NAME exposing (example, State, Msg)
|
|||||||
|
|
||||||
import Code
|
import Code
|
||||||
import Example exposing (Example)
|
import Example exposing (Example)
|
||||||
import IconExamples as IconExamples exposing (Group)
|
import IconExamples exposing (Group)
|
||||||
import Nri.Ui.COLLECTION_NAME.V1 as COLLECTION_NAME
|
import Nri.Ui.COLLECTION_NAME.V1 as COLLECTION_NAME
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user