const root = (
        <Provider store={store}>
          <Router history={history} routes={routes} />
        </Provider>
      )