{routesEntity.map(route => (
      <Route
        key={route.path}
        path={route.path}
        component={route.appBar}