From 672cbb6922f357b5e3e4c1c5d10c391d5a5bffd4 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Tue, 29 Mar 2016 04:16:27 +0100 Subject: [PATCH] renamed xml components p to index --- ts/docx/paragraph.ts | 2 +- ts/docx/xml-components/{p.ts => index.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ts/docx/xml-components/{p.ts => index.ts} (100%) 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