mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-22 14:35:17 +00:00
5 lines
160 B
JavaScript
5 lines
160 B
JavaScript
export default [
|
|
{ label: 'svclix', category: 'person', displayName: 'Test User1' },
|
|
{ label: 'svclix2', category: 'person', displayName: 'Test User2' }
|
|
];
|