const ContentViewVersionsRoutes = ({ cvId, details }) => (
  <>
    <Route exact path="/versions">
      <ContentViewVersions cvId={cvId} details={details} />
    </Route>