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, [] ) , ( "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"

View File

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