File size: 88 Bytes
012b5ba
 
 
 
 
1
2
3
4
5
6
import { map } from 'nanostores';

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