Create the List component from within the App component.

Alright, we created out List component, but we haven't added props yet.

To create the component, we need to make sure to Capitalize the first letter of the component, in this case <List/>.