elm format again

This commit is contained in:
Derek Blankenship 2024-06-28 15:52:12 -07:00
parent 755520a306
commit 8658df818f
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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