Newer
Older
export const hash = _ => window.location.hash;
export const setHash = string => window.location.hash = string;
export const hash = _ => window.location.hash;
export const setHash = string => window.location.hash = string;