Skip to content

Commit

Permalink
chore: change import specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Aug 26, 2024
1 parent 59c9c8a commit 5e77752
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/deno/adaptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ import {
openFileDialog,
openSaveFileDialog,
} from "./ffi.ts";
import type { Adaptor, OpenDirectoryPicker, OpenFileDialog } from "../type.ts";
import type {
Adaptor,
OpenDirectoryPicker,
OpenFileDialog,
} from "../implementation_defined.ts";

export class DenoAdaptor implements Adaptor {
openFileDialog: OpenFileDialog = openFileDialog;
Expand Down

0 comments on commit 5e77752

Please sign in to comment.