File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import { getCloudflareContext } from "@opennextjs/cloudflare";
44import { readFile } from "node:fs/promises" ;
55import { join } from "node:path" ;
66import yaml from "js-yaml" ;
7- import { MarkdownSection } from "../[docs_id]/splitMarkdown" ;
8- import { PageContent } from "../[docs_id]/pageContent" ;
9- import { ChatHistoryProvider } from "../[docs_id]/chatHistory" ;
7+ import { MarkdownSection } from "../../ [docs_id]/splitMarkdown" ;
8+ import { PageContent } from "../../ [docs_id]/pageContent" ;
9+ import { ChatHistoryProvider } from "../../ [docs_id]/chatHistory" ;
1010import { getChatFromCache , initContext } from "@/lib/chatHistory" ;
1111import { getPagesList } from "@/lib/getPagesList" ;
1212import { isCloudflare } from "@/lib/detectCloudflare" ;
You can’t perform that action at this time.
0 commit comments