From 00955d2e4fe88b361b8982c46d87f12b9c2ee955 Mon Sep 17 00:00:00 2001 From: Dolan Date: Mon, 25 Jun 2018 19:53:40 +0100 Subject: [PATCH] Fix imports --- src/file/document/body/body.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file/document/body/body.ts b/src/file/document/body/body.ts index 138a629409..30f606af1d 100644 --- a/src/file/document/body/body.ts +++ b/src/file/document/body/body.ts @@ -1,6 +1,6 @@ import { IXmlableObject, XmlComponent } from "file/xml-components"; import { Paragraph, ParagraphProperties } from "../.."; -import { SectionProperties, SectionPropertiesOptions } from "./section-properties/section-properties"; +import { SectionProperties, SectionPropertiesOptions } from "./section-properties"; export class Body extends XmlComponent { private defaultSection: SectionProperties;