7 lines
253 B
JavaScript
7 lines
253 B
JavaScript
import newFolders from './new-folders/index.js';
|
|
import newLists from './new-lists/index.js';
|
|
import newTasks from './new-tasks/index.js';
|
|
import updatedTask from './updated-task/index.js';
|
|
|
|
export default [newFolders, newLists, newTasks, updatedTask];
|