diff --git a/src/components/Nav/ProfilePopup.tsx b/src/components/Nav/ProfilePopup.tsx index bdaa9f60..1e6b76a3 100644 --- a/src/components/Nav/ProfilePopup.tsx +++ b/src/components/Nav/ProfilePopup.tsx @@ -5,11 +5,11 @@ import { getPagePath } from '@nanostores/router' import { useLocalize } from '../../context/localize' import { useSession } from '../../context/session' import { router } from '../../stores/router' -import { Popup } from '../_shared/Popup' import { Icon } from '../_shared/Icon' +import { Popup } from '../_shared/Popup' +import { clsx } from 'clsx' import styles from '../_shared/Popup/Popup.module.scss' -import {clsx} from 'clsx'; type ProfilePopupProps = Omit @@ -22,43 +22,49 @@ export const ProfilePopup = (props: ProfilePopupProps) => {