import createFolder from "./create-folder"; import renameFile from "./rename-file"; export default [createFolder, renameFile];