department-of-veterans-affairs/vets-website

View on GitHub
src/applications/disability-benefits/686c-674/config/chapters/674/student-address-marriage-tuition/helpers.jsx

Summary

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

export const StudentAddressDescription = (
  <p>
    <strong>Note:</strong> This should be where the student is living{' '}
    <strong>while attending school.</strong>
  </p>
);