Skip to content

Commit 1872521

Browse files
committed
update imports to use continue core
1 parent e1b1326 commit 1872521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aiProviders/continue/continueContextProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
ContextSubmenuItem,
1111
IContextProvider,
1212
LoadSubmenuItemsArgs,
13-
} from "../../..";
13+
} from "@continuedev/core";
1414
import { DB2_SELF_PROMPT, DB2_SYSTEM_PROMPT } from "./prompts";
1515

1616
export let isContinueActive = false;

0 commit comments

Comments
 (0)