Write a HOC called withLogging that logs "Component rendered" each time the wrapped component renders. Apply it to a simple Text component. Remember to forward props through.
Click Run to test your code