formatting

This commit is contained in:
Dolan Miu
2016-05-20 10:08:35 +01:00
parent 37ac9f97a4
commit cf3cd6b6a2

View File

@ -1,7 +1,6 @@
import * as _ from "lodash";
import {BaseXmlComponent} from "./base";
export abstract class XmlComponent extends BaseXmlComponent {
protected root: Array<BaseXmlComponent>;