diff --git a/ts/tests/export/formatterTest.ts b/ts/tests/export/formatterTest.ts index 243a483e41..4a85bf68d5 100644 --- a/ts/tests/export/formatterTest.ts +++ b/ts/tests/export/formatterTest.ts @@ -2,7 +2,7 @@ /// /// -import {Formatter} from "../../export/Formatter"; +import {Formatter} from "../../export/formatter"; import * as docx from "../../docx"; import {Attributes} from "../../docx/xml-components"; import {Properties} from "../../properties";