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