Skip to content

Commit 069cdcc

Browse files
committed
remove unused import
1 parent eac0b00 commit 069cdcc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/translator/composer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { nullableAsArray } from "../misc.ts";
22
import * as English from "./ast.ts";
3-
import { phraseAsVerb } from "./phrase.ts";
43

54
const EMPHASIS_STARTING_TAG = "<strong>";
65
const EMPHASIS_ENDING_TAG = "</strong>";

0 commit comments

Comments
 (0)