You will create an app that renders info about yourself.
- Create a functional component called MyInfothat returns the following UI:- An h1element with your name.
- A paragraph with a little info about your self.
- An ordered or unordered list of the most places you want to visit for a vacation.
 
- An 
- The component should be imported into Appcomponent.
- Build the best structure you see fit.