diff --git a/src/components/Article/SharePopup.tsx b/src/components/Article/SharePopup.tsx index 90beb439..e5263178 100644 --- a/src/components/Article/SharePopup.tsx +++ b/src/components/Article/SharePopup.tsx @@ -1,7 +1,7 @@ import { Icon } from '../_shared/Icon' import { t } from '../../utils/intl' -import styles from '../_shared/Popup.module.scss' +import styles from '../_shared/Popup/Popup.module.scss' import type { PopupProps } from '../_shared/Popup' import { Popup } from '../_shared/Popup' diff --git a/src/components/Nav/AuthModal/RegisterForm.tsx b/src/components/Nav/AuthModal/RegisterForm.tsx index b5f56fb7..aaefe61d 100644 --- a/src/components/Nav/AuthModal/RegisterForm.tsx +++ b/src/components/Nav/AuthModal/RegisterForm.tsx @@ -123,7 +123,6 @@ export const RegisterForm = () => {