Files
automatisch/packages/backend/src/apps/google-tasks/triggers/index.js
2024-01-16 17:30:25 +03:00

6 lines
224 B
JavaScript

import newCompletedTasks from './new-completed-tasks/index.js';
import newTaskLists from './new-task-lists/index.js';
import newTasks from './new-tasks/index.js';
export default [newCompletedTasks, newTaskLists, newTasks];