7 lines
287 B
JavaScript
7 lines
287 B
JavaScript
import newIssues from './new-issues/index.js';
|
|
import newPullRequests from './new-pull-requests/index.js';
|
|
import newStargazers from './new-stargazers/index.js';
|
|
import newWatchers from './new-watchers/index.js';
|
|
|
|
export default [newIssues, newPullRequests, newStargazers, newWatchers];
|