🏠HOCswithNotificationOn this pageHOC withNotificationinfoThis HOC adds notification component to JSX. Use HOC at the top of your application so that it does not conflict with other absolutely positioned DOM elements.ArgumentsArgumentsTypeMeaning---Exampleconst App = () => <Application />export default withNotification(App)