temp: add eco

This commit is contained in:
2024-12-03 23:22:39 +08:00
parent eba5e4988e
commit a5d0e66b3c
12 changed files with 149 additions and 93 deletions

View File

@@ -1,4 +1,4 @@
import { getSession } from '@/app.ts';
import { getSession } from '@/modules/neo4j.ts';
export async function fetchData() {
const session = getSession();
try {