1 parent b04368c commit 0e51c56Copy full SHA for 0e51c56
1 file changed
src/frontend/src/components/core/appHeaderComponent/components/AccountMenu/index.tsx
@@ -1,4 +1,3 @@
1
-import { useLogout } from "@/clerk/auth";
2
import { ForwardedIconComponent } from "@/components/common/genericIconComponent";
3
import {
4
DATASTAX_DOCS_URL,
@@ -7,6 +6,7 @@ import {
7
6
GITHUB_URL,
8
TWITTER_URL,
9
} from "@/constants/constants";
+import { useLogout } from "@/clerk/auth";
10
import { CustomProfileIcon } from "@/customization/components/custom-profile-icon";
11
import { ENABLE_DATASTAX_LANGFLOW } from "@/customization/feature-flags";
12
import { useCustomNavigate } from "@/customization/hooks/use-custom-navigate";
0 commit comments