clean up unused imports and a linter warning
This commit is contained in:
@ -1,4 +1,3 @@
|
|||||||
import * as _ from "lodash";
|
|
||||||
import { BaseXmlComponent } from "./base";
|
import { BaseXmlComponent } from "./base";
|
||||||
export { BaseXmlComponent };
|
export { BaseXmlComponent };
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
import * as _ from "lodash";
|
|
||||||
import { XmlAttributeComponent, XmlComponent } from "../docx/xml-components";
|
import { XmlAttributeComponent, XmlComponent } from "../docx/xml-components";
|
||||||
import { Level } from "./level";
|
import { Level } from "./level";
|
||||||
import { MultiLevelType } from "./multi-level-type";
|
import { MultiLevelType } from "./multi-level-type";
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
import * as _ from "lodash";
|
|
||||||
import { DocumentAttributes } from "../docx/document/document-attributes";
|
import { DocumentAttributes } from "../docx/document/document-attributes";
|
||||||
import { Indent } from "../docx/paragraph/indent";
|
import { Indent } from "../docx/paragraph/indent";
|
||||||
import { RunFonts } from "../docx/run/run-fonts";
|
import { RunFonts } from "../docx/run/run-fonts";
|
||||||
|
@ -56,4 +56,4 @@ export class DefaultStylesFactory {
|
|||||||
|
|
||||||
return styles;
|
return styles;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user