import { map } from 'nanostores'; export const chatStore = map({ aborted: false, });