Skip to content

Commit

Permalink
update imports to use continue core
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshedivy committed Nov 4, 2024
1 parent e1b1326 commit 1872521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiProviders/continue/continueContextProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
ContextSubmenuItem,
IContextProvider,
LoadSubmenuItemsArgs,
} from "../../..";
} from "@continuedev/core";
import { DB2_SELF_PROMPT, DB2_SYSTEM_PROMPT } from "./prompts";

export let isContinueActive = false;
Expand Down

0 comments on commit 1872521

Please sign in to comment.