feat(google-tasks): add new tasks trigger

This commit is contained in:
Rıdvan Akca
2024-01-16 17:25:25 +03:00
parent 21706a7d15
commit cab040c74a
3 changed files with 57 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
import newTaskLists from './new-task-lists/index.js';
import newTasks from './new-tasks/index.js';
export default [newTaskLists];
export default [newTaskLists, newTasks];