Skip to content

Commit 0e51c56

Browse files
author
Saravana Kumar Rajendran
committed
fix: replace logout import path
1 parent b04368c commit 0e51c56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/frontend/src/components/core/appHeaderComponent/components/AccountMenu

src/frontend/src/components/core/appHeaderComponent/components/AccountMenu/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { useLogout } from "@/clerk/auth";
21
import { ForwardedIconComponent } from "@/components/common/genericIconComponent";
32
import {
43
DATASTAX_DOCS_URL,
@@ -7,6 +6,7 @@ import {
76
GITHUB_URL,
87
TWITTER_URL,
98
} from "@/constants/constants";
9+
import { useLogout } from "@/clerk/auth";
1010
import { CustomProfileIcon } from "@/customization/components/custom-profile-icon";
1111
import { ENABLE_DATASTAX_LANGFLOW } from "@/customization/feature-flags";
1212
import { useCustomNavigate } from "@/customization/hooks/use-custom-navigate";

0 commit comments

Comments
 (0)