8a37e0a
1
2
3
4
5
6
7
import { atom } from 'nanostores'; /** * The user's auth token. */ export const $authToken = atom<string | undefined>();