We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ea8c2 commit 1d20df8Copy full SHA for 1d20df8
1 file changed
src/dictionary/dictionary.ts
@@ -1,6 +1,6 @@
1
import { settings } from "../settings.ts";
2
import { dictionary as globalDictionary } from "./global_dictionary.ts";
3
-import { Definition, Dictionary, Entry } from "./type.ts";
+import { Definition, Dictionary } from "./type.ts";
4
5
// all of these global constants are mutable
6
0 commit comments