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