musarehmani100's picture
Upload folder using huggingface_hub
3206347 verified
import newAlbums from './new-albums/index.js';
import newFavoritePhotos from './new-favorite-photos/index.js';
import newPhotos from './new-photos/index.js';
import newPhotosInAlbums from './new-photos-in-album/index.js';
export default [newAlbums, newFavoritePhotos, newPhotos, newPhotosInAlbums];