Dominic Elm
feat(layout): allow to minimize chat (#35)
d5a29c2 unverified
raw
history blame
124 Bytes
import { map } from 'nanostores';
export const chatStore = map({
started: false,
aborted: false,
showChat: true,
});