export function updateUrl()

in src/actions.js [140:142]


export function updateUrl(): UpdateUrl {
  return { type: UPDATE_URL };
}