Skip to content

Commit 962345e

Browse files
committed
🐛 Fix type import
1 parent 1d373af commit 962345e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

denops/fall/ui/component/preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import * as popup from "https://deno.land/x/denops_std@v6.4.0/popup/mod.ts";
99
import { equal } from "jsr:@std/assert@0.225.1/equal";
1010

1111
import type { Preview } from "../../extension/mod.ts";
12-
import { BaseComponent, type as BaseParams } from "./base.ts";
12+
import { BaseComponent, type Params as BaseParams } from "./base.ts";
1313

1414
type Params = BaseParams & {
1515
readonly mode?: "fast" | "correct";

0 commit comments

Comments
 (0)