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 { XmlAttributeComponent } from "../docx/xml-components"; import { XmlAttributeComponent } from "../xml-components";
export interface IRelationshipsAttributesProperties { export interface IRelationshipsAttributesProperties {
xmlns: string; xmlns: string;

View File

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

View File

@ -1,4 +1,4 @@
import { XmlAttributeComponent, XmlComponent } from "../../docx/xml-components"; import { XmlAttributeComponent, XmlComponent } from "../../xml-components";
export interface ILatentStyleExceptionAttributesProperties { export interface ILatentStyleExceptionAttributesProperties {
name?: string; name?: string;

View File

@ -1,4 +1,4 @@
import { XmlComponent } from "../../docx/xml-components"; import { XmlComponent } from "../../xml-components";
import { LatentStyleException } from "./exceptions"; import { LatentStyleException } from "./exceptions";
export class LatentStyles extends XmlComponent { export class LatentStyles extends XmlComponent {