22 lines
516 B
JavaScript
22 lines
516 B
JavaScript
|
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,
|
||
|
},
|
||
|
];
|