fix: remove monorepo
This commit is contained in:
7
app/lib/stores/chat.ts
Normal file
7
app/lib/stores/chat.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { map } from 'nanostores';
|
||||
|
||||
export const chatStore = map({
|
||||
started: false,
|
||||
aborted: false,
|
||||
showChat: true,
|
||||
});
|
||||
Reference in New Issue
Block a user