Spaces:
Runtime error
Runtime error
File size: 346 Bytes
229b3b8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
export const UPLOADS = [
{
id: '1',
src: 'https://ik.imagekit.io/snapmotion/upload-video-1.mp4',
type: 'video',
},
{
id: '2',
src: 'https://ik.imagekit.io/snapmotion/upload-video-2.mp4',
type: 'video',
},
{
id: '3',
src: 'https://ik.imagekit.io/snapmotion/upload-video-3.mp4',
type: 'video',
},
];
|