diff options
| author | Mahesh Sanikommmu <[email protected]> | 2025-10-17 17:43:24 -0700 |
|---|---|---|
| committer | Mahesh Sanikommmu <[email protected]> | 2025-10-17 17:43:24 -0700 |
| commit | 7409de5a3319df7b018b801c7f3c4e5b9a0c89e4 (patch) | |
| tree | 3a657fcc5c612c2f0f88cd99b3330cb231b3fe9d /apps | |
| parent | fix: mount graph dialog globally to fix chat page issue (diff) | |
| download | supermemory-7409de5a3319df7b018b801c7f3c4e5b9a0c89e4.tar.xz supermemory-7409de5a3319df7b018b801c7f3c4e5b9a0c89e4.zip | |
comment fixes
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/components/graph-dialog.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/web/components/graph-dialog.tsx b/apps/web/components/graph-dialog.tsx index aaf1bc2c..9378b592 100644 --- a/apps/web/components/graph-dialog.tsx +++ b/apps/web/components/graph-dialog.tsx @@ -1,4 +1,3 @@ -// apps/web/components/graph-dialog.tsx "use client" import { useAuth } from "@lib/auth-context" |