Files
automatisch/packages/backend/src/apps/wordpress/triggers/index.ts
2023-09-15 18:33:38 +02:00

6 lines
156 B
TypeScript

import newComment from './new-comment';
import newPage from './new-page';
import newPost from './new-post';
export default [newComment, newPage, newPost];