department-of-veterans-affairs/vets-website

View on GitHub
src/applications/gi/components/content/modals/AllCampusesModalContent.jsx

Summary

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

export default function AllCampusesModalContent() {
  return (
    <div>
      <p>
        The number of closed, Principles of Excellence-related, complaints for
        schools with the same six-digit OPEID code.
      </p>
    </div>
  );
}