department-of-veterans-affairs/vets-website

View on GitHub
src/applications/accredited-representative-portal/accreditation/21a/components/08-supplementary-statements-chapter/SupplementaryStatementsIntro.jsx

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react';

const SupplementaryStatementsIntro = () => (
  <p>
    On the next page you will be asked to provide any additional explanations
    for your answers in previous sections and additional information about why
    you are applying. These questions are optional.
  </p>
);

export default SupplementaryStatementsIntro;