const { routesNavigator, routes } = props; return ( <> <h1>Module A</h1> <h2>{routes}</h2> </> );