export function resetRoute()

in app/launch/src/helpers/Routing.js [72:75]


export function resetRoute(full = true) {
  const search = full ? '' : window.location.search
  window.history.replaceState({}, document.title, `/${BASE_PATH}${search}`)
}