Removed header-wrapper-2

This commit is contained in:
Tyler Bell
2018-05-12 22:22:54 -04:00
parent 87648a742c
commit 7968c1efcf
8 changed files with 69 additions and 183 deletions

View File

@ -35,7 +35,7 @@ export class Compiler {
const xmlFileRelationships = xml(this.formatter.format(this.file.FileRelationships));
const xmlHeader = xml(this.formatter.format(this.file.Header.Header));
const xmlHeader2 = xml(this.formatter.format(this.file.Header2.Header));
const xmlHeader2 = xml(this.formatter.format(this.file.firstPageHeader.Header));
const xmlFooter = xml(this.formatter.format(this.file.Footer.Footer));
const xmlHeaderRelationships = xml(this.formatter.format(this.file.Header.Relationships));