We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ef823 commit 9cde997Copy full SHA for 9cde997
frontend/src/components/Layout/Header.tsx
@@ -23,6 +23,7 @@ import ChatModeToggle from '../ChatBot/ChatModeToggle';
23
import { HeaderProp } from '../../types';
24
import { downloadClickHandler, getIsLoading } from '../../utils/Utils';
25
import Profile from '../User/Profile';
26
+import { useAuth0 } from '@auth0/auth0-react';
27
28
29
const Header: React.FC<HeaderProp> = ({ chatOnly, deleteOnClick, setOpenConnection, showBackButton }) => {
0 commit comments