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

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