Skip to content

Commit 1357da4

Browse files
committed
Fix import
1 parent 7242ea1 commit 1357da4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/orders/components/OrderDiscountModal/useDiscountForm.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { DiscountValueTypeEnum } from "@dashboard/graphql";
2-
import { act, renderHook } from "@testing-library/react-hooks";
2+
import { act, renderHook } from "@testing-library/react";
33

44
import { messages } from "./messages";
55
import { useDiscountForm } from "./useDiscountForm";

0 commit comments

Comments
 (0)