department-of-veterans-affairs/vets-website

View on GitHub
src/applications/disability-benefits/all-claims/content/incidentSupport.jsx

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react';
import { ContactCrisis } from './common';

export const incidentSupportText = (
  <div>
    <p>
      If you need to take a break from the process, your responses are being
      saved and will be here when you return to your online application.
    </p>
    <ContactCrisis />
  </div>
);