c0a9bce
1
2
3
4
import { atom } from 'nanostores'; export const streamingState = atom<boolean>(false);