import newCompletedTasks from './new-completed-tasks/index.js'; import newTaskLists from './new-task-lists/index.js'; import newTasks from './new-tasks/index.js'; export default [newCompletedTasks, newTaskLists, newTasks];