aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components/graph-dialog.tsx
diff options
context:
space:
mode:
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"