feat(clickup): add new tasks trigger

This commit is contained in:
Rıdvan Akca
2024-02-14 15:30:37 +03:00
committed by Ali BARIN
parent 6c11bfe93d
commit 200e483574
6 changed files with 262 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
import newFolders from './new-folders/index.js';
import newLists from './new-lists/index.js';
import newTasks from './new-tasks/index.js';
export default [newFolders, newLists];
export default [newFolders, newLists, newTasks];