Skip to content

Commit 11c0fdb

Browse files
committed
updated imports in use post refersh access.tsx file
1 parent 2a64628 commit 11c0fdb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/frontend/src/controllers/API/queries/auth/use-post-refresh-access.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { mockClerkMutation } from "@/clerk/auth";
2-
import { IS_CLERK_AUTH } from "@/clerk/constants";
1+
import { mockClerkMutation ,IS_CLERK_AUTH } from "@/clerk/auth";
32
import { IS_AUTO_LOGIN, LANGFLOW_REFRESH_TOKEN } from "@/constants/constants";
43
import useAuthStore from "@/stores/authStore";
54
import { useMutationFunctionType } from "@/types/api";

0 commit comments

Comments
 (0)