Is there a way I can wrap two HOCs together?
export default withRouter(Page) export default withTranslation()(Page);