clean up unused imports and a linter warning

This commit is contained in:
felipe
2017-03-10 08:52:47 +01:00
parent 2fc9156e93
commit 10684b34aa
4 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,3 @@
import * as _ from "lodash";
import { BaseXmlComponent } from "./base";
export { BaseXmlComponent };

View File

@ -1,4 +1,3 @@
import * as _ from "lodash";
import { XmlAttributeComponent, XmlComponent } from "../docx/xml-components";
import { Level } from "./level";
import { MultiLevelType } from "./multi-level-type";

View File

@ -1,4 +1,3 @@
import * as _ from "lodash";
import { DocumentAttributes } from "../docx/document/document-attributes";
import { Indent } from "../docx/paragraph/indent";
import { RunFonts } from "../docx/run/run-fonts";