Skip to content

Commit 40a7702

Browse files
committed
fix(bug): react imported as a type
1 parent 832b502 commit 40a7702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/firestore/useRunTransactionMutation.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
22
import { act, renderHook, waitFor } from "@testing-library/react";
33
import { type Transaction, doc, getDoc, setDoc } from "firebase/firestore";
4-
import type React from "react";
4+
import React from "react";
55
import { beforeEach, describe, expect, test, vi } from "vitest";
66
import { firestore, wipeFirestore } from "~/testing-utils";
77
import { useRunTransactionMutation } from "./useRunTransactionMutation";

0 commit comments

Comments
 (0)