Heuehneje's picture
bolt.diy
baa4c21 verified
raw
history blame contribute delete
131 Bytes
import { map } from 'nanostores';
export const chatStore = map({
started: false,
aborted: false,
showChat: true,
});