feat(ntfy): add send message action

This commit is contained in:
Ali BARIN
2022-12-05 00:45:30 +01:00
parent 6995323a45
commit e1c080f237
3 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import sendMessage from './send-message';
export default [sendMessage];