Skip to content

Commit e6c6656

Browse files
committed
fix
1 parent 98cd40c commit e6c6656

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/translator2/modifier.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { noun } from "./noun.ts";
99
import { pronoun } from "./pronoun.ts";
1010
import { adjective, compoundAdjective } from "./adjective.ts";
1111
import * as Composer from "../parser/composer.ts";
12+
import { word } from "./word.ts";
1213

1314
export type ModifierTranslation =
1415
| Readonly<{ type: "noun"; noun: English.NounPhrase }>

0 commit comments

Comments
 (0)