export function getFile (project, path) {
  if (!project) {
    console.error('Project data is required to get a file.')
    return {type: GET_FILE_FAILURE, payload: {message: 'Project data is required to get a file.'}}
  }