2021-07-16 15:41:54 +02:00
|
|
|
const loadingData = [
|
|
|
|
{
|
|
|
|
id: 'loading1',
|
|
|
|
name: 'loading1',
|
|
|
|
memberCount: 1,
|
|
|
|
health: 95,
|
|
|
|
featureCount: 4,
|
|
|
|
createdAt: '',
|
|
|
|
description: '',
|
2023-11-21 11:49:50 +01:00
|
|
|
mode: '',
|
2021-07-16 15:41:54 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
id: 'loading2',
|
|
|
|
name: 'loading2',
|
|
|
|
memberCount: 1,
|
|
|
|
health: 95,
|
|
|
|
featureCount: 4,
|
|
|
|
createdAt: '',
|
|
|
|
description: '',
|
2023-11-21 11:49:50 +01:00
|
|
|
mode: '',
|
2021-07-16 15:41:54 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
id: 'loading3',
|
|
|
|
name: 'loading3',
|
|
|
|
memberCount: 1,
|
|
|
|
health: 95,
|
|
|
|
featureCount: 4,
|
|
|
|
createdAt: '',
|
|
|
|
description: '',
|
2023-11-21 11:49:50 +01:00
|
|
|
mode: '',
|
2021-07-16 15:41:54 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
id: 'loading4',
|
|
|
|
name: 'loading4',
|
|
|
|
memberCount: 1,
|
|
|
|
health: 95,
|
|
|
|
featureCount: 4,
|
|
|
|
createdAt: '',
|
|
|
|
description: '',
|
2023-11-21 11:49:50 +01:00
|
|
|
mode: '',
|
2021-07-16 15:41:54 +02:00
|
|
|
},
|
|
|
|
];
|
|
|
|
|
|
|
|
export default loadingData;
|