Create a simple camping list component Create a camping component that displays a list of camping supplies that you need for your trip. Increase reusability by using other components to compose this component. Create a campingList component that contains an ordered list of camping supplies that include Bug Spray, Bear Repellant, and Goat Food Create a campingHeader component that displays Campin..