department-of-veterans-affairs/vets-website

View on GitHub
src/platform/static-data/exportsFile.js

Summary

Maintainability
A
3 hrs
Test Coverage
import CallHRC from './CallHRC';
import CallNCACenter from './CallNCACenter';
import CallVBACenter from './CallVBACenter';
import EmailVICHelp from './EmailVICHelp';
import {
  systemDownMessage,
  unableToFindRecordWarning,
  mhvAccessError,
} from './error-messages';
import { relationshipLabels, genderLabels } from './labels';
import {
  maritalStatuses,
  branchesServed,
  dischargeTypes,
  suffixes,
  genders,
  months,
  twentyNineDays,
  thirtyDays,
  thirtyOneDays,
  days,
  childRelationships,
  yesNo,
} from './options-for-select';

export {
  CallHRC,
  CallNCACenter,
  CallVBACenter,
  EmailVICHelp,
  systemDownMessage,
  unableToFindRecordWarning,
  mhvAccessError,
  relationshipLabels,
  genderLabels,
  maritalStatuses,
  branchesServed,
  dischargeTypes,
  suffixes,
  genders,
  months,
  twentyNineDays,
  thirtyDays,
  thirtyOneDays,
  days,
  childRelationships,
  yesNo,
};