Skip to content

Commit 1d20df8

Browse files
committed
remove unused import
1 parent 15ea8c2 commit 1d20df8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dictionary/dictionary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { settings } from "../settings.ts";
22
import { dictionary as globalDictionary } from "./global_dictionary.ts";
3-
import { Definition, Dictionary, Entry } from "./type.ts";
3+
import { Definition, Dictionary } from "./type.ts";
44

55
// all of these global constants are mutable
66

0 commit comments

Comments
 (0)