src/applications/mhv-supply-reordering/components/alerts/index.js
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,
};