department-of-veterans-affairs/vets-website

View on GitHub
src/applications/burials-ez/components/ErrorText.jsx

Summary

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

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