Files
automatisch/packages/backend/src/apps/flickr/triggers/index.js
2024-01-05 17:44:21 +01:00

7 lines
300 B
JavaScript

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];