export function downloadFiles (project) {
  if (!project) {
    console.error('Project data is required to download files.')
    return {type: DOWNLOAD_FILES_FAILURE, payload: {message: 'Project data is required to download files.'}}
  }