export const utils = { setUrlHash(anchorId: string) { window.location.hash = anchorId; }, };