Skip to content

Commit 9cde997

Browse files
missing import
1 parent 10ef823 commit 9cde997

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

2829
const Header: React.FC<HeaderProp> = ({ chatOnly, deleteOnClick, setOpenConnection, showBackButton }) => {

0 commit comments

Comments
 (0)