feat(changedetection): add delete watch action

This commit is contained in:
Rıdvan Akca
2024-05-13 16:25:15 +02:00
parent 58c90da385
commit c62aea3852
3 changed files with 33 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
import createWatch from './create-watch/index.js';
import deleteWatch from './delete-watch/index.js';
export default [createWatch];
export default [createWatch, deleteWatch];