feat(google-tasks): add new task lists trigger

This commit is contained in:
Rıdvan Akca
2024-01-16 17:16:30 +03:00
parent 22e4b8aaeb
commit 21706a7d15
4 changed files with 47 additions and 0 deletions

View File

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