Files
2026-07-13 12:44:30 +08:00

8 lines
124 B
TypeScript

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