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