update elm-ui 2.0 example to use embed instead of layout

This commit is contained in:
mdgriffith 2020-08-05 09:09:23 -04:00
parent 755586fafe
commit b5913e3c6d

View File

@ -30,7 +30,7 @@ suite =
describe "Elm UI"
[ benchmark "create a 4 level nested Elm UI tree" <|
\_ ->
layout []
embed []
(column [] (List.map (viewLevels 4) three))
]