mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-25 22:50:42 +03:00
update elm-ui 2.0 example to use embed
instead of layout
This commit is contained in:
parent
755586fafe
commit
b5913e3c6d
@ -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))
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user