import { restoreScroll } from "@hirasso/restore-scroll";

/** restore the scroll position of the window */
window.history.scrollRestoration = "manual";
restoreScroll(window);

scroll down