feat(layout): allow to minimize chat (#35)
This commit is contained in:
@@ -3,4 +3,5 @@ import { map } from 'nanostores';
|
||||
export const chatStore = map({
|
||||
started: false,
|
||||
aborted: false,
|
||||
showChat: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user