import { atom } from 'nanostores'; export const pageProgressMessage = atom(undefined); export const sponsorHidden = atom(false);