export function oldParams(state: FullStateWithRouter, route: string) {
  return state.routing.routes.routes[route].params
}