Fix imports

This commit is contained in:
Dolan
2017-12-20 01:41:53 +00:00
parent 32be6e36da
commit c469fb24db
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
import { XmlComponent } from "../docx/xml-components";
import { XmlComponent } from "../xml-components";
import { RelationshipsAttributes } from "./attributes";
export class Relationships extends XmlComponent {