department-of-veterans-affairs/vets-website

View on GitHub
src/applications/mhv-landing-page/components/alerts/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import AlertMhvBasicAccount from './AlertMhvBasicAccount';
import AlertMhvRegistration from './AlertMhvRegistration';
import AlertNotVerified from './AlertNotVerified';
import AlertUnregistered from './AlertUnregistered';
import AlertVerifyAndRegister from './AlertVerifyAndRegister';

export {
  AlertMhvBasicAccount,
  AlertMhvRegistration,
  AlertNotVerified,
  AlertUnregistered,
  AlertVerifyAndRegister,
};