feat: Convert all app files to JS
This commit is contained in:
6
packages/backend/src/apps/flickr/triggers/index.js
Normal file
6
packages/backend/src/apps/flickr/triggers/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
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];
|
Reference in New Issue
Block a user