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