Skip to content

Commit e5337d2

Browse files
committed
rename
1 parent 7a806fd commit e5337d2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { dictionaryParser } from "../dictionary/parser.ts";
1313
import PROJECT_DATA from "../project_data.json" with { type: "json" };
1414
import { loadCustomDictionary } from "./dictionary.ts";
1515
import { checkLocalStorage, setIgnoreError } from "./local_storage.ts";
16-
import { translate } from "./mod.ts";
16+
import { translate } from "./translator.ts";
1717
import { PositionedError } from "./parser/parser_lib.ts";
1818
import { settings } from "./settings.ts";
1919
import {

src/repl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { unescape } from "@std/html/entities";
44
import entityList from "@std/html/named-entity-list.json" with { type: "json" };
55
import { repeatArray } from "../misc/misc.ts";
6-
import { translate } from "./mod.ts";
6+
import { translate } from "./translator.ts";
77

88
if (import.meta.main) {
99
// deno-lint-ignore no-console
File renamed without changes.

0 commit comments

Comments
 (0)