src/applications/accredited-representative-portal/accreditation/21a/components/06-background-information-chapter/HasBeenTerminatedByVSOrg.jsx
import React from 'react';
const HasBeenTerminatedByVSOrg = () => (
<p>
<strong>Note:</strong> If you were never accredited as a representative of a
VSO, select “no.”
</p>
);
export default HasBeenTerminatedByVSOrg;