fix unused imports linter warnings

This commit is contained in:
felipe
2017-03-10 15:16:03 +01:00
parent 738cac0253
commit 9d7573ed9c
16 changed files with 6 additions and 25 deletions

View File

@ -3,7 +3,6 @@ import { Indent } from "../docx/paragraph/indent";
import { RunFonts } from "../docx/run/run-fonts";
import { XmlComponent } from "../docx/xml-components";
import { AbstractNumbering } from "./abstract-numbering";
import { Level } from "./level";
import { Num } from "./num";
export class Numbering extends XmlComponent {