Skip to content

Commit 56a8ca9

Browse files
committed
fix
1 parent 76a07db commit 56a8ca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dictionary/custom_dictionary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { dictionary as globalDictionary } from "./custom_dictionary.ts";
1+
import { dictionary as globalDictionary } from "./dictionary.ts";
22
import { Definition, Dictionary } from "./type.ts";
33

44
// all of these global constants are mutable

0 commit comments

Comments
 (0)