Task: Modify this app to use Stateless Functional Components. Remember that for performance reasons, if a component doesn't need to hold state, we'd want to make it a Stateless Functional Component.
This exercise will help you practice passing data into Stateless Functional Components.