Fix linting

This commit is contained in:
Dolan Miu
2018-06-22 23:04:03 +01:00
parent 026a221e5e
commit d63adc7a6b
8 changed files with 17 additions and 17 deletions

View File

@ -1,5 +1,5 @@
import { XmlComponent } from "file/xml-components";
import { PageSizeAttributes, PageOrientation } from "./page-size-attributes";
import { PageOrientation, PageSizeAttributes } from "./page-size-attributes";
export class PageSize extends XmlComponent {
constructor(width: number, height: number, orientation: PageOrientation) {