Chatwoot/app/javascript/dashboard/store/modules/specs/contactNotes/fixtures.js

22 lines
516 B
JavaScript
Raw Normal View History

export default [
{
id: 12345,
content: 'It is a long established fact that a reader will be distracted.',
user: {
name: 'John Doe',
thumbnail: 'https://randomuser.me/api/portraits/men/69.jpg',
},
created_at: 1618046084,
},
{
id: 12346,
content:
'It is simply dummy text of the printing and typesetting industry.',
user: {
name: 'Pearl Cruz',
thumbnail: 'https://randomuser.me/api/portraits/women/29.jpg',
},
created_at: 1616046076,
},
];