diff --git a/ts/docx/paragraph.ts b/ts/docx/paragraph.ts index 720b69d3e9..024c34fd50 100644 --- a/ts/docx/paragraph.ts +++ b/ts/docx/paragraph.ts @@ -1,4 +1,4 @@ -import {P, Attributes, ParagraphProperties, Run} from "./xml-components/p"; +import {P, Attributes, ParagraphProperties, Run} from "./xml-components"; class Style { private pStyle: Array
; diff --git a/ts/docx/xml-components/p.ts b/ts/docx/xml-components/index.ts similarity index 100% rename from ts/docx/xml-components/p.ts rename to ts/docx/xml-components/index.ts