feat: Add store for conversation watchers (#5808)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Nithin David Thomas
2022-11-08 09:33:14 -08:00
committed by GitHub
parent 6ff0c93659
commit 0d9ed0674b
8 changed files with 240 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
export const data = [
{
id: 1,
name: 'Uno',
},
{
id: 2,
name: 'Dos',
},
{
id: 3,
name: 'Tres',
},
];