aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components/graph-dialog.tsx
diff options
context:
space:
mode:
authornexxeln <[email protected]>2025-12-04 18:54:40 +0000
committernexxeln <[email protected]>2025-12-04 18:54:40 +0000
commit7a2f2cb99c50038e932f898838ab60715c4e47d6 (patch)
tree3bc23f5810349ec848a4c8cf71fd0a310efbd4e2 /apps/web/components/graph-dialog.tsx
parentchore(@supermemory/tools): fix the documentation of withSupermemory (#601) (diff)
downloadsupermemory-use-memory-graph-package.tar.xz
supermemory-use-memory-graph-package.zip
use latest graph and remove old graph (#604)use-memory-graph-package
Diffstat (limited to 'apps/web/components/graph-dialog.tsx')
-rw-r--r--apps/web/components/graph-dialog.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/graph-dialog.tsx b/apps/web/components/graph-dialog.tsx
index 8849d4ce..efc1c05b 100644
--- a/apps/web/components/graph-dialog.tsx
+++ b/apps/web/components/graph-dialog.tsx
@@ -6,7 +6,7 @@ import type { DocumentsWithMemoriesResponseSchema } from "@repo/validation/api"
import { useInfiniteQuery } from "@tanstack/react-query"
import { useCallback, useEffect, useMemo, useState } from "react"
import type { z } from "zod"
-import { MemoryGraph } from "@repo/ui/memory-graph"
+import { MemoryGraph } from "@supermemory/memory-graph"
import { Dialog, DialogContent } from "@repo/ui/components/dialog"
import { ConnectAIModal } from "@/components/connect-ai-modal"
import { AddMemoryView } from "@/components/views/add-memory"