Sam Denty
fix: remove monorepo
6fb59d2 unverified
raw
history blame
124 Bytes
import { map } from 'nanostores';
export const chatStore = map({
started: false,
aborted: false,
showChat: true,
});