parent
aa32258aa1
commit
8c29d43bef
2 changed files with 5 additions and 1 deletions
@ -1,4 +1,4 @@ |
||||
import { atom } from 'nanostores'; |
||||
|
||||
export const pageProgressMessage = atom(''); |
||||
export const pageProgressMessage = atom<string | undefined>(undefined); |
||||
export const sponsorHidden = atom(false); |
||||
|
Loading…
Reference in new issue