implemented Item widget

This commit is contained in:
Lucas Payr 2021-01-23 09:07:59 +01:00
parent abb7ec3a7f
commit 27dfc71667

View File

@ -173,7 +173,6 @@ type alias ItemStyle msg =
{-| -}
type alias RowStyle msg =
{ elementRow : List (Attribute msg)
, content : ItemStyle msg
}