1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/component/project/ProjectList/loadingData.ts

45 lines
846 B
TypeScript
Raw Normal View History

const loadingData = [
{
id: 'loading1',
name: 'loading1',
memberCount: 1,
health: 95,
featureCount: 4,
createdAt: '',
description: '',
mode: '',
},
{
id: 'loading2',
name: 'loading2',
memberCount: 1,
health: 95,
featureCount: 4,
createdAt: '',
description: '',
mode: '',
},
{
id: 'loading3',
name: 'loading3',
memberCount: 1,
health: 95,
featureCount: 4,
createdAt: '',
description: '',
mode: '',
},
{
id: 'loading4',
name: 'loading4',
memberCount: 1,
health: 95,
featureCount: 4,
createdAt: '',
description: '',
mode: '',
},
];
export default loadingData;