Chatwoot/app/javascript/dashboard/store/modules/specs/conversationWatchers/fixtures.js
Nithin David Thomas 0d9ed0674b
feat: Add store for conversation watchers (#5808)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2022-11-08 09:33:14 -08:00

14 lines
137 B
JavaScript

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