mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Reorganize modules into layered directories
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import assert from "node:assert/strict";
|
||||
import { diffuseAndRank } from "../diffusion.js";
|
||||
import { diffuseAndRank } from "../retrieval/diffusion.js";
|
||||
import {
|
||||
addEdge,
|
||||
addNode,
|
||||
@@ -8,7 +8,7 @@ import {
|
||||
createEmptyGraph,
|
||||
createNode,
|
||||
invalidateEdge,
|
||||
} from "../graph.js";
|
||||
} from "../graph/graph.js";
|
||||
|
||||
const graph = createEmptyGraph();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user