if (module.hot) {
  if (window.params) window.render_components(window.params);
  module.hot.accept();
}