Skip to content

Commit 832b502

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/auth/useVerifyPasswordResetCodeMutation.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
createUserWithEmailAndPassword,
55
sendPasswordResetEmail,
66
} from "firebase/auth";
7-
import type React from "react";
7+
import React from "react";
88
import { afterEach, beforeEach, describe, expect, test, vi } from "vitest";
99
import { auth, wipeAuth } from "~/testing-utils";
1010
import { useVerifyPasswordResetCodeMutation } from "./useVerifyPasswordResetCodeMutation";

0 commit comments

Comments
 (0)