tslinting

This commit is contained in:
Dolan
2017-03-08 20:32:30 +00:00
parent f6eb412357
commit 03b34915c6
6 changed files with 22 additions and 22 deletions

View File

@ -1,8 +1,8 @@
import {XmlComponent} from "../xml-components";
import { XmlComponent } from "../xml-components";
export class Break extends XmlComponent {
constructor() {
super("w:br");
}
}
}