Fix imports
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { XmlAttributeComponent } from "../docx/xml-components";
|
||||
import { XmlAttributeComponent } from "../xml-components";
|
||||
|
||||
export interface IRelationshipsAttributesProperties {
|
||||
xmlns: string;
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { XmlComponent } from "../docx/xml-components";
|
||||
import { XmlComponent } from "../xml-components";
|
||||
import { RelationshipsAttributes } from "./attributes";
|
||||
|
||||
export class Relationships extends XmlComponent {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { XmlAttributeComponent, XmlComponent } from "../../docx/xml-components";
|
||||
import { XmlAttributeComponent, XmlComponent } from "../../xml-components";
|
||||
|
||||
export interface ILatentStyleExceptionAttributesProperties {
|
||||
name?: string;
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { XmlComponent } from "../../docx/xml-components";
|
||||
import { XmlComponent } from "../../xml-components";
|
||||
import { LatentStyleException } from "./exceptions";
|
||||
|
||||
export class LatentStyles extends XmlComponent {
|
||||
|
Reference in New Issue
Block a user