department-of-veterans-affairs/vets-website

View on GitHub
src/applications/pre-need-integration/components/ErrorText.jsx

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react';
import CallNCACenter from 'platform/static-data/CallNCACenter';

export default function ErrorText() {
  return (
    <p>
      If it still doesn’t work, please <CallNCACenter />
    </p>
  );
}