Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jul 27, 2024
1 parent bed32db commit 0583f2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions denops/@ddu-sources/ddc.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type {
Context,
Item,
} from "jsr:@shougo/[email protected]pre6/types";
import { BaseSource } from "jsr:@shougo/[email protected]pre6/source";
import { type Denops, vars } from "jsr:@shougo/[email protected]pre6";
} from "jsr:@shougo/[email protected]pre7/types";
import { BaseSource } from "jsr:@shougo/[email protected]pre7/source";
import { type Denops, vars } from "jsr:@shougo/[email protected]pre7/deps";
import type { DdcItem } from "../ddc/types.ts";

type Params = Record<string, never>;
Expand Down

0 comments on commit 0583f2d

Please sign in to comment.