File size: 124 Bytes
012b5ba
 
 
5bbcdcc
012b5ba
d5a29c2
012b5ba
1
2
3
4
5
6
7
8
import { map } from 'nanostores';

export const chatStore = map({
  started: false,
  aborted: false,
  showChat: true,
});