aboutsummaryrefslogtreecommitdiff
path: root/packages/ui/memory-graph/index.ts
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 /packages/ui/memory-graph/index.ts
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 'packages/ui/memory-graph/index.ts')
-rw-r--r--packages/ui/memory-graph/index.ts19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/ui/memory-graph/index.ts b/packages/ui/memory-graph/index.ts
deleted file mode 100644
index ddc3bec1..00000000
--- a/packages/ui/memory-graph/index.ts
+++ /dev/null
@@ -1,19 +0,0 @@
-// Components
-
-// Types and constants
-export {
- colors,
- GRAPH_SETTINGS,
- LAYOUT_CONSTANTS,
- POSITIONING,
-} from "./constants";
-export { GraphWebGLCanvas as GraphCanvas } from "./graph-webgl-canvas";
-// Hooks
-export { useGraphData } from "./hooks/use-graph-data";
-export { useGraphInteractions } from "./hooks/use-graph-interactions";
-export { Legend } from "./legend";
-export { LoadingIndicator } from "./loading-indicator";
-export { MemoryGraph } from "./memory-graph";
-export { NodeDetailPanel } from "./node-detail-panel";
-export { SpacesDropdown } from "./spaces-dropdown";
-export * from "./types";