Fixed TSLint Errors

This commit is contained in:
Tyler Bell
2018-05-18 09:21:27 -06:00
parent 7296c9e744
commit 7584671312
9 changed files with 17 additions and 20 deletions

View File

@ -4,10 +4,7 @@ import { CoreProperties, IPropertiesOptions } from "./core-properties";
import { Document } from "./document";
import { SectionPropertiesOptions } from "./document/body/section-properties/section-properties";
import { FooterWrapper } from "./footer-wrapper";
import { HeaderWrapper, FirstPageHeaderWrapper } from "./header-wrapper";
//import { HeaderWrapper2 } from "./header-wrapper2";
import { FirstPageHeaderWrapper, HeaderWrapper } from "./header-wrapper";
import { Media } from "./media";
import { Numbering } from "./numbering";
import { Hyperlink, Paragraph, PictureRun } from "./paragraph";