12 lines
180 B
JavaScript
12 lines
180 B
JavaScript
|
export const mockLabels = [
|
||
|
{
|
||
|
id: 26,
|
||
|
title: 'Foo Label',
|
||
|
description: 'Foobar',
|
||
|
color: '#BADA55',
|
||
|
text_color: '#FFFFFF',
|
||
|
},
|
||
|
];
|
||
|
|
||
|
export default mockLabels;
|