6 lines
224 B
JavaScript
6 lines
224 B
JavaScript
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];
|