Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Oct 8, 2024
1 parent 9a5bd58 commit c266f00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/react/hooks/__tests__/useQueryRefHandlers.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { act, render, screen } from "@testing-library/react";
import { act, screen } from "@testing-library/react";
import {
ApolloClient,
InMemoryCache,
Expand All @@ -17,7 +17,6 @@ import {
import {
PaginatedCaseData,
SimpleCaseData,
renderWithClient,
setupPaginatedCase,
setupSimpleCase,
} from "../../../testing/internal";
Expand Down

0 comments on commit c266f00

Please sign in to comment.