Files
automatisch/packages/backend/src/apps/wordpress/actions/index.js
2024-05-29 11:48:54 +02:00

6 lines
195 B
JavaScript

import createPost from './create-post/index.js';
import findPost from './find-post/index.js';
import updatePost from './update-post/index.js';
export default [createPost, findPost, updatePost];