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