Skip to content

Commit

Permalink
adjust import
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Apr 24, 2024
1 parent ad5f940 commit e58f2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/hooks/internal/__tests__/useRenderGuard.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable testing-library/render-result-naming-convention */
import React, { useEffect } from "react";
import React, { useEffect } from "rehackt";
import { useRenderGuard } from "../useRenderGuard";
import { render, waitFor } from "@testing-library/react";
import { withCleanup } from "../../../../testing/internal";
Expand Down

0 comments on commit e58f2ab

Please sign in to comment.