diff --git a/app/components/auth.tsx b/app/components/auth.tsx index ef2325a24..6130e4aba 100644 --- a/app/components/auth.tsx +++ b/app/components/auth.tsx @@ -18,6 +18,8 @@ import { trackSettingsPageGuideToCPaymentClick, trackAuthorizationPageButtonToCPaymentClick, } from "../utils/auth-settings-events"; +import clsx from "clsx"; + const storage = safeLocalStorage(); export function AuthPage() { @@ -53,7 +55,7 @@ export function AuthPage() { onClick={() => navigate(Path.Home)} > -