diff options
| author | Mahesh Sanikommmu <[email protected]> | 2025-08-16 18:50:10 -0700 |
|---|---|---|
| committer | Mahesh Sanikommmu <[email protected]> | 2025-08-16 18:50:10 -0700 |
| commit | 39003aff23d64ff1d96074d71521f6023c9bec01 (patch) | |
| tree | 3f870c04b3dce315bba1b21aa2da158494e71774 /apps/web/app/(auth) | |
| parent | Merge pull request #355 from supermemoryai/archive (diff) | |
| download | archived-supermemory-39003aff23d64ff1d96074d71521f6023c9bec01.tar.xz archived-supermemory-39003aff23d64ff1d96074d71521f6023c9bec01.zip | |
New Version of Supermemory Consumer App
Diffstat (limited to 'apps/web/app/(auth)')
| -rw-r--r-- | apps/web/app/(auth)/login/page.tsx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/web/app/(auth)/login/page.tsx b/apps/web/app/(auth)/login/page.tsx new file mode 100644 index 00000000..e2f72129 --- /dev/null +++ b/apps/web/app/(auth)/login/page.tsx @@ -0,0 +1,12 @@ +import { LoginPage } from "@repo/ui/pages/login" + +export default function Page() { + return ( + <LoginPage + texts={[ + "Your memory, everywhere, with you.", + "Private, secure, and reliable.", + ]} + /> + ) +} |