diff --git a/src/components/AppBar/AppBar.tsx b/src/components/AppBar/AppBar.tsx index 084a8f0..39e23b7 100644 --- a/src/components/AppBar/AppBar.tsx +++ b/src/components/AppBar/AppBar.tsx @@ -28,6 +28,8 @@ import { faClose } from '@fortawesome/free-solid-svg-icons' import useMediaQuery from '@mui/material/useMediaQuery' import { useLogout } from '../../hooks/useLogout' +import { launch as launchNostrLoginDialog } from 'nostr-login' + export const AppBar = () => { const navigate = useNavigate() const logout = useLogout() @@ -128,7 +130,7 @@ export const AppBar = () => {