mirror of
https://github.com/lingble/chatwoot.git
synced 2026-01-09 22:11:47 +00:00
15 lines
137 B
JavaScript
15 lines
137 B
JavaScript
export const data = [
|
|
{
|
|
id: 1,
|
|
name: 'Uno',
|
|
},
|
|
{
|
|
id: 2,
|
|
name: 'Dos',
|
|
},
|
|
{
|
|
id: 3,
|
|
name: 'Tres',
|
|
},
|
|
];
|