b7d001da8
1 2 3 4 5
export const utils = { setUrlHash(anchorId: string) { window.location.hash = anchorId; }, };