Skip to content

Commit ad661e1

Browse files
prakriti-solankey2018wzh
authored andcommitted
missing import
1 parent 4d03cc4 commit ad661e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/Layout/Header.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import ChatModeToggle from '../ChatBot/ChatModeToggle';
2323
import { HeaderProp } from '../../types';
2424
import { downloadClickHandler, getIsLoading } from '../../utils/Utils';
2525
import Profile from '../User/Profile';
26+
import { useAuth0 } from '@auth0/auth0-react';
2627

2728
const Header: React.FC<HeaderProp> = ({ chatOnly, deleteOnClick, setOpenConnection, showBackButton }) => {
2829
const { colorMode, toggleColorMode } = useContext(ThemeWrapperContext);

0 commit comments

Comments
 (0)