dev / app /lib /stores /chat.ts
Charan5775's picture
Add application file
8f7821c
raw
history blame contribute delete
124 Bytes
import { map } from 'nanostores';
export const chatStore = map({
started: false,
aborted: false,
showChat: true,
});