{routesEntity.map(route => (
      <Route key={route.path} path={route.path} component={route.page} exact />
    ))}