aproli90's picture
Upload 289 files
2e1ab99 verified
raw
history blame
124 Bytes
import { map } from 'nanostores';
export const chatStore = map({
started: false,
aborted: false,
showChat: true,
});