Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 360 Bytes

File metadata and controls

11 lines (8 loc) · 360 Bytes

React Complex composition

In src/components/App.js, there are 2 components apart from App

  1. Fruits
  2. TypesOfFruits

Your task is to render TypesOfFruits inside Fruits and render Fruits inside App in their respective divs without changing any div id.