department-of-veterans-affairs/vets-website

View on GitHub
src/applications/mhv-supply-reordering/components/alerts/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import AlertDeceased from './AlertDeceased';
import AlertNoRecordForUser from './AlertNoRecordForUser';
import AlertNoSuppliesForReorder from './AlertNoSuppliesForReorder';
import AlertReorderAccessExpired from './AlertReorderAccessExpired';
import AlertSomethingWentWrong from './AlertSomethingWentWrong';

export {
  AlertDeceased,
  AlertNoRecordForUser,
  AlertNoSuppliesForReorder,
  AlertReorderAccessExpired,
  AlertSomethingWentWrong,
};