Skip to content

Commit

Permalink
Be careful to import types
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Apr 10, 2024
1 parent 5a3f9c4 commit 117b76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {
acceptSuggestionCommand,
} from "./commands.js";
import {
CodeiumConfig,
CodeiumOtherDocumentsConfig,
type CodeiumConfig,
type CodeiumOtherDocumentsConfig,
codeiumConfig,
codeiumOtherDocumentsConfig,
} from "./config.js";
Expand Down

0 comments on commit 117b76b

Please sign in to comment.