bolt.new/packages/bolt/app/lib/stores/chat.ts
2024-08-01 16:54:59 +02:00

7 lines
106 B
TypeScript

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