mirror of
https://github.com/vitalityAI/therapist.git
synced 2025-04-06 04:50:16 -04:00
fix: fixed broken imports with new file struc
This commit is contained in:
parent
a958234388
commit
1048bf1ab1
|
@ -20,8 +20,8 @@ import {
|
|||
checkOperatorReady,
|
||||
postSummary,
|
||||
completeCall,
|
||||
} from "./session.js";
|
||||
import { chat, summarize } from "./chat.js";
|
||||
} from "../lib/session.js";
|
||||
import { chat, summarize } from "../lib/chat.js";
|
||||
|
||||
const app = Router();
|
||||
app.use(json());
|
||||
|
|
Loading…
Reference in New Issue
Block a user