Listing Clothes

<%= for {shop, list_of_clothes} <- @clothes_map do %>

<%= shop %>

<%= for clothes <- list_of_clothes do %> <%= live_component PokemonCoutureWeb.Components.ClothesComponent, id: clothes.id, clothes: clothes, user: @user %> <% end %>
Name Color Game
<% end %>