bolt.new/packages/bolt/app/lib/stores/chat.ts

7 lines
106 B
TypeScript
Raw Normal View History

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