fix: fixed broken imports with new file struc

This commit is contained in:
Rushil Umaretiya 2023-03-05 04:58:51 -05:00
parent a958234388
commit 1048bf1ab1

View File

@ -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());