export function addFolder (project, path) {
  if (!project) {
    console.error({ description: 'Project data is required to add a file.' })
    return {type: ADD_FOLDER_FAILURE, payload: {message: 'Project data is required to add a folder.'}}
  }