diff --git a/src/containers/soapbox.tsx b/src/containers/soapbox.tsx index 8f0015b87..79af39c48 100644 --- a/src/containers/soapbox.tsx +++ b/src/containers/soapbox.tsx @@ -104,7 +104,6 @@ const SoapboxMount = () => { )} - diff --git a/src/features/auth-layout/index.tsx b/src/features/auth-layout/index.tsx index 42cc1ba50..988996aed 100644 --- a/src/features/auth-layout/index.tsx +++ b/src/features/auth-layout/index.tsx @@ -8,7 +8,6 @@ import { useOwnAccount, useInstance, useRegistrationStatus } from 'soapbox/hooks import { Button, Card, CardBody } from '../../components/ui'; import LoginPage from '../auth-login/components/login-page'; -import PasswordReset from '../auth-login/components/password-reset'; import PasswordResetConfirm from '../auth-login/components/password-reset-confirm'; import ExternalLoginForm from '../external-login/components/external-login-form'; import Footer from '../public-layout/components/footer'; @@ -64,7 +63,6 @@ const AuthLayout = () => { - diff --git a/src/features/ui/index.tsx b/src/features/ui/index.tsx index e8672be8d..e2fa00423 100644 --- a/src/features/ui/index.tsx +++ b/src/features/ui/index.tsx @@ -135,6 +135,7 @@ import { AboutPage, RegistrationPage, LoginPage, + PasswordReset, } from './util/async-components'; import GlobalHotkeys from './util/global-hotkeys'; import { WrappedRoute } from './util/react-router-helpers'; @@ -359,6 +360,7 @@ const SwitchingColumnsArea: React.FC = ({ children }) => )} +