aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/(auth)
diff options
context:
space:
mode:
authorMahesh Sanikommu <[email protected]>2026-01-13 17:53:28 -0800
committerGitHub <[email protected]>2026-01-13 17:53:28 -0800
commit641db19e35009e22b101f9e673a3af4528de2a30 (patch)
tree698f9c3c22efed5f4061ef7e89b4963da150440a /apps/web/app/(auth)
parentreproduce (diff)
downloadsupermemory-641db19e35009e22b101f9e673a3af4528de2a30.tar.xz
supermemory-641db19e35009e22b101f9e673a3af4528de2a30.zip
chore: quick bugs squash across the elements and added few more changes (#671)
Diffstat (limited to 'apps/web/app/(auth)')
-rw-r--r--apps/web/app/(auth)/login/new/page.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(auth)/login/new/page.tsx b/apps/web/app/(auth)/login/new/page.tsx
index 3589d6a1..ddea896e 100644
--- a/apps/web/app/(auth)/login/new/page.tsx
+++ b/apps/web/app/(auth)/login/new/page.tsx
@@ -13,7 +13,7 @@ import { Title1Bold } from "@ui/text/title/title-1-bold"
import { InitialHeader } from "@/components/initial-header"
import { useRouter, useSearchParams } from "next/navigation"
import { useState, useEffect } from "react"
-import { motion } from "framer-motion"
+import { motion } from "motion/react"
import { dmSansClassName } from "@/utils/fonts"
import { cn } from "@lib/utils"
import { Logo } from "@ui/assets/Logo"