diff --git a/src/components/OrgListCard/OrgListCard.spec.tsx b/src/components/OrgListCard/OrgListCard.spec.tsx index 8d88fb1c7b..c6e6de8b4a 100644 --- a/src/components/OrgListCard/OrgListCard.spec.tsx +++ b/src/components/OrgListCard/OrgListCard.spec.tsx @@ -1,3 +1,4 @@ +import React from 'react'; import { act } from 'react-dom/test-utils'; import { render, screen } from '@testing-library/react'; import userEvent from '@testing-library/user-event';